#af26b0

Color #AF26B0 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AF26B0

Tints of Dark Orchid #AF26B0

Color information

#AF26B0 (or 0xAF26B0) is unknown color: approx Dark Orchid. HEX triplet: AF, 26 and B0. RGB value is (175,38,176). Sum of RGB (Red+Green+Blue) = 175+38+176=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF26B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF26B0 is #50D94F. Grayscale: #5E5E5E. Windows color (decimal): -5298512 or 11544239. OLE color: 11544239.

HSL color Cylindrical-coordinate representation of color #AF26B0: hue angle of 299.57º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF26B0 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17538176-
CMYK0.010.7800.31
HSL299.57º64.49%41.96%-
HSV(B)299.57º78.41%69.02%-
XYZ26.2113.6342.32-
YUV94.7173.89185.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 38 (15.23% from 255) = 9.77%
BLUE value IS 176 (69.14% from 255) = 45.24%
R=44.99%
G=9.77%
B=45.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175381760.010.7800.31299.5764.4941.96
HexAF26B014E01F12c402a
Octal25746260111603745410052
Binary1010111110011010110000110011100111111001011001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af26b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af26b0; }

 p { color: rgb(175,38,176); }

 H1.HeaderClassName
 {
   color: #af26b0;
 }
 .AnyTagClassName
 {
   color: #af26b0;
 }
</style>
background-color css

<style>
 a { background-color: #af26b0; }

 a { background-color: rgb(175,38,176); }

 div.DivClassName
 {
   background-color: #af26b0;
 }
 .BgClassName
 {
   background-color: #af26b0;
 }
</style>
border-color css

<style>
 span { border-color: #af26b0; }

 span { border-color: rgb(175,38,176); }

 td.TdClassName
 {
   border-color: #af26b0;
 }
 .TagClassName
 {
   border-color: #af26b0;
 }
</style>