Html Css Color HEX #AA24B3 Dark Orchid

📋 copy color: '#AA24B3'

red 170 ◦ green 36 ◦ blue 179

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

Shades of Dark Orchid #AA24B3

Tints of Dark Orchid #AA24B3

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.35%

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 44.16%
G = 9.35%
B = 46.49%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA24B3 (or 0xAA24B3) is known color: Dark Orchid. HEX triplet: AA, 24 and B3. RGB value is (170,36,179). Sum of RGB (Red+Green+Blue) = 170+36+179=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA24B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24B3 is #55DB4C. Grayscale: #5B5B5B. Windows color (decimal): -5626701 or 11740330. OLE color: 11740330.

HSL color Cylindrical-coordinate representation of color #AA24B3: hue angle of 296.22º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA24B3 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 36 179 -
CMYK 0.05 0.80 0 0.30
HSL 296.22º 0.67% 0.42% -
HSV(B) 296.22º 0.8% 0.7% -
XYZ 25.35 13.06 43.83 -
YUV 92.37 176.89 183.37 -
System Red Green Blue C M Y K H S L
Decimal 170 36 179 0.05 0.80 0 0.30 296.22 0.67 0.42
Hex AA 24 B3 5 50 0 1E 128 43 2A
Octal 252 44 263 5 120 0 36 450 103 52
Binary 10101010 100100 10110011 101 1010000 0 11110 100101000 1000011 101010

Color Harmonies of #AA24B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA24B3

Black with #AA24B3

Text Example


Text Example

White with #AA24B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA24B3; }

 p { color: rgb(170,36,179); }

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

background-color css

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

 a { background-color: rgb(170,36,179); }

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

border-color css

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

 span { border-color: rgb(170,36,179); }

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