Html Css Color HEX #AF1AD6 Dark Orchid

📋 copy color: '#AF1AD6'

red 175 ◦ green 26 ◦ blue 214

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

Shades of Dark Orchid #AF1AD6

Tints of Dark Orchid #AF1AD6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.27%

 BLUE value IS 214 (83.98% from 255) = 51.57%

R = 42.17%
G = 6.27%
B = 51.57%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF1AD6 (or 0xAF1AD6) is known color: Dark Orchid. HEX triplet: AF, 1A and D6. RGB value is (175,26,214). Sum of RGB (Red+Green+Blue) = 175+26+214=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF1AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1AD6 is #50E529. Grayscale: #5B5B5B. Windows color (decimal): -5301546 or 14031535. OLE color: 14031535.

HSL color Cylindrical-coordinate representation of color #AF1AD6: hue angle of 287.55º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1AD6 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 26 214 -
CMYK 0.18 0.88 0 0.16
HSL 287.55º 0.78% 0.47% -
HSV(B) 287.55º 0.88% 0.84% -
XYZ 30.19 14.71 64.87 -
YUV 91.98 196.86 187.21 -
System Red Green Blue C M Y K H S L
Decimal 175 26 214 0.18 0.88 0 0.16 287.55 0.78 0.47
Hex AF 1A D6 12 58 0 10 120 4E 2F
Octal 257 32 326 22 130 0 20 440 116 57
Binary 10101111 11010 11010110 10010 1011000 0 10000 100100000 1001110 101111

Color Harmonies of #AF1AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AD6

Black with #AF1AD6

Text Example


Text Example

White with #AF1AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AD6; }

 p { color: rgb(175,26,214); }

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

background-color css

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

 a { background-color: rgb(175,26,214); }

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

border-color css

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

 span { border-color: rgb(175,26,214); }

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