Html Css Color HEX #AF21B8 Dark Orchid

📋 copy color: '#AF21B8'

red 175 ◦ green 33 ◦ blue 184

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

Shades of Dark Orchid #AF21B8

Tints of Dark Orchid #AF21B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.94%

R = 44.64%
G = 8.42%
B = 46.94%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF21B8 (or 0xAF21B8) is known color: Dark Orchid. HEX triplet: AF, 21 and B8. RGB value is (175,33,184). Sum of RGB (Red+Green+Blue) = 175+33+184=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF21B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21B8 is #50DE47. Grayscale: #5C5C5C. Windows color (decimal): -5299784 or 12067247. OLE color: 12067247.

HSL color Cylindrical-coordinate representation of color #AF21B8: hue angle of 296.42º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF21B8 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 33 184 -
CMYK 0.05 0.82 0 0.28
HSL 296.42º 0.7% 0.43% -
HSV(B) 296.42º 0.82% 0.72% -
XYZ 26.87 13.66 46.57 -
YUV 92.67 179.54 186.72 -
System Red Green Blue C M Y K H S L
Decimal 175 33 184 0.05 0.82 0 0.28 296.42 0.7 0.43
Hex AF 21 B8 5 52 0 1C 128 46 2B
Octal 257 41 270 5 122 0 34 450 106 53
Binary 10101111 100001 10111000 101 1010010 0 11100 100101000 1000110 101011

Color Harmonies of #AF21B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21B8

Black with #AF21B8

Text Example


Text Example

White with #AF21B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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