Html Css Color HEX #AF26DE Dark Orchid

📋 copy color: '#AF26DE'

red 175 ◦ green 38 ◦ blue 222

#AF26DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF26DE

Tints of Dark Orchid #AF26DE

RGB

 RED value IS 175 (68.75% from 255) = 40.23%

 GREEN value IS 38 (15.23% from 255) = 8.74%

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 40.23%
G = 8.74%
B = 51.03%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF26DE (or 0xAF26DE) is known color: Dark Orchid. HEX triplet: AF, 26 and DE. RGB value is (175,38,222). Sum of RGB (Red+Green+Blue) = 175+38+222=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 38 (15.23% from 255 or 8.74% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF26DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26DE is #50D921. Grayscale: #636363. Windows color (decimal): -5298466 or 14558895. OLE color: 14558895.

HSL color Cylindrical-coordinate representation of color #AF26DE: hue angle of 284.67º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF26DE is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 38 222 -
CMYK 0.21 0.83 0 0.13
HSL 284.67º 0.74% 0.51% -
HSV(B) 284.67º 0.83% 0.87% -
XYZ 31.56 15.77 70.49 -
YUV 99.94 196.89 181.54 -
System Red Green Blue C M Y K H S L
Decimal 175 38 222 0.21 0.83 0 0.13 284.67 0.74 0.51
Hex AF 26 DE 15 53 0 D 11D 4A 33
Octal 257 46 336 25 123 0 15 435 112 63
Binary 10101111 100110 11011110 10101 1010011 0 1101 100011101 1001010 110011

Color Harmonies of #AF26DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26DE

Black with #AF26DE

Text Example


Text Example

White with #AF26DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26DE; }

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

 H1.HeaderClassName
 {
   color: #AF26DE;
 }
 .AnyTagClassName
 {
   color: #AF26DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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