Html Css Color HEX #AF21BC Dark Orchid

📋 copy color: '#AF21BC'

red 175 ◦ green 33 ◦ blue 188

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

Shades of Dark Orchid #AF21BC

Tints of Dark Orchid #AF21BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 44.19%
G = 8.33%
B = 47.47%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF21BC (or 0xAF21BC) is known color: Dark Orchid. HEX triplet: AF, 21 and BC. RGB value is (175,33,188). Sum of RGB (Red+Green+Blue) = 175+33+188=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF21BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21BC is #50DE43. Grayscale: #5C5C5C. Windows color (decimal): -5299780 or 12329391. OLE color: 12329391.

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

Color convert

RGB 175 33 188 -
CMYK 0.07 0.82 0 0.26
HSL 294.97º 0.7% 0.43% -
HSV(B) 294.97º 0.82% 0.74% -
XYZ 27.3 13.83 48.81 -
YUV 93.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 175 33 188 0.07 0.82 0 0.26 294.97 0.7 0.43
Hex AF 21 BC 7 52 0 1A 127 46 2B
Octal 257 41 274 7 122 0 32 447 106 53
Binary 10101111 100001 10111100 111 1010010 0 11010 100100111 1000110 101011

Color Harmonies of #AF21BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21BC

Black with #AF21BC

Text Example


Text Example

White with #AF21BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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