Html Css Color HEX #AA21BC Dark Orchid

📋 copy color: '#AA21BC'

red 170 ◦ green 33 ◦ blue 188

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

Shades of Dark Orchid #AA21BC

Tints of Dark Orchid #AA21BC

RGB

 RED value IS 170 (66.8% from 255) = 43.48%

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

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

R = 43.48%
G = 8.44%
B = 48.08%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA21BC (or 0xAA21BC) is known color: Dark Orchid. HEX triplet: AA, 21 and BC. RGB value is (170,33,188). Sum of RGB (Red+Green+Blue) = 170+33+188=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA21BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA21BC is #55DE43. Grayscale: #5B5B5B. Windows color (decimal): -5627460 or 12329386. OLE color: 12329386.

HSL color Cylindrical-coordinate representation of color #AA21BC: hue angle of 293.03º 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 #AA21BC is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 33 188 -
CMYK 0.10 0.82 0 0.26
HSL 293.03º 0.7% 0.43% -
HSV(B) 293.03º 0.82% 0.74% -
XYZ 26.2 13.26 48.76 -
YUV 91.63 182.39 183.9 -
System Red Green Blue C M Y K H S L
Decimal 170 33 188 0.10 0.82 0 0.26 293.03 0.7 0.43
Hex AA 21 BC A 52 0 1A 125 46 2B
Octal 252 41 274 12 122 0 32 445 106 53
Binary 10101010 100001 10111100 1010 1010010 0 11010 100100101 1000110 101011

Color Harmonies of #AA21BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA21BC

Black with #AA21BC

Text Example


Text Example

White with #AA21BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA21BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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