Html Css Color HEX #AF1DC9 Dark Orchid

📋 copy color: '#AF1DC9'

red 175 ◦ green 29 ◦ blue 201

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

Shades of Dark Orchid #AF1DC9

Tints of Dark Orchid #AF1DC9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.16%

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

R = 43.21%
G = 7.16%
B = 49.63%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF1DC9 (or 0xAF1DC9) is known color: Dark Orchid. HEX triplet: AF, 1D and C9. RGB value is (175,29,201). Sum of RGB (Red+Green+Blue) = 175+29+201=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF1DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DC9 is #50E236. Grayscale: #5B5B5B. Windows color (decimal): -5300791 or 13180335. OLE color: 13180335.

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

Color convert

RGB 175 29 201 -
CMYK 0.13 0.86 0 0.21
HSL 290.93º 0.75% 0.45% -
HSV(B) 290.93º 0.86% 0.79% -
XYZ 28.66 14.21 56.49 -
YUV 92.26 189.37 187.01 -
System Red Green Blue C M Y K H S L
Decimal 175 29 201 0.13 0.86 0 0.21 290.93 0.75 0.45
Hex AF 1D C9 D 56 0 15 123 4B 2D
Octal 257 35 311 15 126 0 25 443 113 55
Binary 10101111 11101 11001001 1101 1010110 0 10101 100100011 1001011 101101

Color Harmonies of #AF1DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DC9

Black with #AF1DC9

Text Example


Text Example

White with #AF1DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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