Html Css Color HEX #AF21AD Dark Orchid

📋 copy color: '#AF21AD'

red 175 ◦ green 33 ◦ blue 173

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

Shades of Dark Orchid #AF21AD

Tints of Dark Orchid #AF21AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.66%

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 45.93%
G = 8.66%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF21AD (or 0xAF21AD) is known color: Dark Orchid. HEX triplet: AF, 21 and AD. RGB value is (175,33,173). Sum of RGB (Red+Green+Blue) = 175+33+173=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF21AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF21AD is #50DE52. Grayscale: #5B5B5B. Windows color (decimal): -5299795 or 11346351. OLE color: 11346351.

HSL color Cylindrical-coordinate representation of color #AF21AD: hue angle of 300.85º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF21AD is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 33 173 -
CMYK 0 0.81 0.01 0.31
HSL 300.85º 0.68% 0.41% -
HSV(B) 300.85º 0.81% 0.69% -
XYZ 25.77 13.22 40.73 -
YUV 91.42 174.04 187.62 -
System Red Green Blue C M Y K H S L
Decimal 175 33 173 0 0.81 0.01 0.31 300.85 0.68 0.41
Hex AF 21 AD 0 51 1 1F 12D 44 29
Octal 257 41 255 0 121 1 37 455 104 51
Binary 10101111 100001 10101101 0 1010001 1 11111 100101101 1000100 101001

Color Harmonies of #AF21AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21AD

Black with #AF21AD

Text Example


Text Example

White with #AF21AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21AD; }

 p { color: rgb(175,33,173); }

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

background-color css

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

 a { background-color: rgb(175,33,173); }

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

border-color css

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

 span { border-color: rgb(175,33,173); }

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