Html Css Color HEX #AF1AD9 Dark Orchid

📋 copy color: '#AF1AD9'

red 175 ◦ green 26 ◦ blue 217

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

Shades of Dark Orchid #AF1AD9

Tints of Dark Orchid #AF1AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 51.91%

R = 41.87%
G = 6.22%
B = 51.91%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF1AD9 (or 0xAF1AD9) is known color: Dark Orchid. HEX triplet: AF, 1A and D9. RGB value is (175,26,217). Sum of RGB (Red+Green+Blue) = 175+26+217=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 217 (85.16% from 255 or 51.91% from 418); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF1AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1AD9 is #50E526. Grayscale: #5B5B5B. Windows color (decimal): -5301543 or 14228143. OLE color: 14228143.

HSL color Cylindrical-coordinate representation of color #AF1AD9: hue angle of 286.81º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1AD9 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 26 217 -
CMYK 0.19 0.88 0 0.15
HSL 286.81º 0.79% 0.48% -
HSV(B) 286.81º 0.88% 0.85% -
XYZ 30.57 14.86 66.9 -
YUV 92.33 198.36 186.97 -
System Red Green Blue C M Y K H S L
Decimal 175 26 217 0.19 0.88 0 0.15 286.81 0.79 0.48
Hex AF 1A D9 13 58 0 F 11F 4F 30
Octal 257 32 331 23 130 0 17 437 117 60
Binary 10101111 11010 11011001 10011 1011000 0 1111 100011111 1001111 110000

Color Harmonies of #AF1AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AD9

Black with #AF1AD9

Text Example


Text Example

White with #AF1AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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