Html Css Color HEX #AF2ACD Dark Orchid

📋 copy color: '#AF2ACD'

red 175 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #AF2ACD

Tints of Dark Orchid #AF2ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.95%

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 41.47%
G = 9.95%
B = 48.58%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF2ACD (or 0xAF2ACD) is known color: Dark Orchid. HEX triplet: AF, 2A and CD. RGB value is (175,42,205). Sum of RGB (Red+Green+Blue) = 175+42+205=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF2ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ACD is #50D532. Grayscale: #636363. Windows color (decimal): -5297459 or 13445807. OLE color: 13445807.

HSL color Cylindrical-coordinate representation of color #AF2ACD: hue angle of 288.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2ACD is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 42 205 -
CMYK 0.15 0.80 0 0.20
HSL 288.96º 0.66% 0.48% -
HSV(B) 288.96º 0.8% 0.8% -
XYZ 29.53 15.18 59.13 -
YUV 100.35 187.06 181.25 -
System Red Green Blue C M Y K H S L
Decimal 175 42 205 0.15 0.80 0 0.20 288.96 0.66 0.48
Hex AF 2A CD F 50 0 14 121 42 30
Octal 257 52 315 17 120 0 24 441 102 60
Binary 10101111 101010 11001101 1111 1010000 0 10100 100100001 1000010 110000

Color Harmonies of #AF2ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2ACD

Black with #AF2ACD

Text Example


Text Example

White with #AF2ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2ACD; }

 p { color: rgb(175,42,205); }

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

background-color css

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

 a { background-color: rgb(175,42,205); }

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

border-color css

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

 span { border-color: rgb(175,42,205); }

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