Html Css Color HEX #AF21BA Dark Orchid

📋 copy color: '#AF21BA'

red 175 ◦ green 33 ◦ blue 186

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

Shades of Dark Orchid #AF21BA

Tints of Dark Orchid #AF21BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 44.42%
G = 8.38%
B = 47.21%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF21BA (or 0xAF21BA) is known color: Dark Orchid. HEX triplet: AF, 21 and BA. RGB value is (175,33,186). Sum of RGB (Red+Green+Blue) = 175+33+186=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF21BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21BA is #50DE45. Grayscale: #5C5C5C. Windows color (decimal): -5299782 or 12198319. OLE color: 12198319.

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

Color convert

RGB 175 33 186 -
CMYK 0.06 0.82 0 0.27
HSL 295.69º 0.7% 0.43% -
HSV(B) 295.69º 0.82% 0.73% -
XYZ 27.09 13.75 47.68 -
YUV 92.9 180.54 186.56 -
System Red Green Blue C M Y K H S L
Decimal 175 33 186 0.06 0.82 0 0.27 295.69 0.7 0.43
Hex AF 21 BA 6 52 0 1B 128 46 2B
Octal 257 41 272 6 122 0 33 450 106 53
Binary 10101111 100001 10111010 110 1010010 0 11011 100101000 1000110 101011

Color Harmonies of #AF21BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21BA

Black with #AF21BA

Text Example


Text Example

White with #AF21BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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