Html Css Color HEX #AA28B3 Dark Orchid

📋 copy color: '#AA28B3'

red 170 ◦ green 40 ◦ blue 179

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

Shades of Dark Orchid #AA28B3

Tints of Dark Orchid #AA28B3

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.28%

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

R = 43.7%
G = 10.28%
B = 46.02%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA28B3 (or 0xAA28B3) is known color: Dark Orchid. HEX triplet: AA, 28 and B3. RGB value is (170,40,179). Sum of RGB (Red+Green+Blue) = 170+40+179=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA28B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28B3 is #55D74C. Grayscale: #5E5E5E. Windows color (decimal): -5625677 or 11741354. OLE color: 11741354.

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

Color convert

RGB 170 40 179 -
CMYK 0.05 0.78 0 0.30
HSL 296.12º 0.63% 0.43% -
HSV(B) 296.12º 0.78% 0.7% -
XYZ 25.47 13.32 43.88 -
YUV 94.72 175.57 181.7 -
System Red Green Blue C M Y K H S L
Decimal 170 40 179 0.05 0.78 0 0.30 296.12 0.63 0.43
Hex AA 28 B3 5 4E 0 1E 128 3F 2B
Octal 252 50 263 5 116 0 36 450 77 53
Binary 10101010 101000 10110011 101 1001110 0 11110 100101000 111111 101011

Color Harmonies of #AA28B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28B3

Black with #AA28B3

Text Example


Text Example

White with #AA28B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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