Html Css Color HEX #AF17C9 Dark Orchid

📋 copy color: '#AF17C9'

red 175 ◦ green 23 ◦ blue 201

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

Shades of Dark Orchid #AF17C9

Tints of Dark Orchid #AF17C9

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.76%

 BLUE value IS 201 (78.91% from 255) = 50.38%

R = 43.86%
G = 5.76%
B = 50.38%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF17C9 (or 0xAF17C9) is known color: Dark Orchid. HEX triplet: AF, 17 and C9. RGB value is (175,23,201). Sum of RGB (Red+Green+Blue) = 175+23+201=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF17C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17C9 is #50E836. Grayscale: #585858. Windows color (decimal): -5302327 or 13178799. OLE color: 13178799.

HSL color Cylindrical-coordinate representation of color #AF17C9: hue angle of 291.24º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF17C9 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 23 201 -
CMYK 0.13 0.89 0 0.21
HSL 291.24º 0.79% 0.44% -
HSV(B) 291.24º 0.89% 0.79% -
XYZ 28.53 13.94 56.45 -
YUV 88.74 191.36 189.53 -
System Red Green Blue C M Y K H S L
Decimal 175 23 201 0.13 0.89 0 0.21 291.24 0.79 0.44
Hex AF 17 C9 D 59 0 15 123 4F 2C
Octal 257 27 311 15 131 0 25 443 117 54
Binary 10101111 10111 11001001 1101 1011001 0 10101 100100011 1001111 101100

Color Harmonies of #AF17C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17C9

Black with #AF17C9

Text Example


Text Example

White with #AF17C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17C9; }

 p { color: rgb(175,23,201); }

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

background-color css

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

 a { background-color: rgb(175,23,201); }

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

border-color css

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

 span { border-color: rgb(175,23,201); }

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