Html Css Color HEX #AF20CD Dark Orchid

📋 copy color: '#AF20CD'

red 175 ◦ green 32 ◦ blue 205

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

Shades of Dark Orchid #AF20CD

Tints of Dark Orchid #AF20CD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.77%

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

R = 42.48%
G = 7.77%
B = 49.76%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF20CD (or 0xAF20CD) is known color: Dark Orchid. HEX triplet: AF, 20 and CD. RGB value is (175,32,205). Sum of RGB (Red+Green+Blue) = 175+32+205=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF20CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF20CD is #50DF32. Grayscale: #5D5D5D. Windows color (decimal): -5300019 or 13443247. OLE color: 13443247.

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

Color convert

RGB 175 32 205 -
CMYK 0.15 0.84 0 0.20
HSL 289.6º 0.73% 0.46% -
HSV(B) 289.6º 0.84% 0.8% -
XYZ 29.22 14.55 59.03 -
YUV 94.48 190.38 185.43 -
System Red Green Blue C M Y K H S L
Decimal 175 32 205 0.15 0.84 0 0.20 289.6 0.73 0.46
Hex AF 20 CD F 54 0 14 122 49 2E
Octal 257 40 315 17 124 0 24 442 111 56
Binary 10101111 100000 11001101 1111 1010100 0 10100 100100010 1001001 101110

Color Harmonies of #AF20CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF20CD

Black with #AF20CD

Text Example


Text Example

White with #AF20CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF20CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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