Html Css Color HEX #AA28C2 Dark Orchid

📋 copy color: '#AA28C2'

red 170 ◦ green 40 ◦ blue 194

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

Shades of Dark Orchid #AA28C2

Tints of Dark Orchid #AA28C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.02%

R = 42.08%
G = 9.9%
B = 48.02%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA28C2 (or 0xAA28C2) is known color: Dark Orchid. HEX triplet: AA, 28 and C2. RGB value is (170,40,194). Sum of RGB (Red+Green+Blue) = 170+40+194=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA28C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28C2 is #55D73D. Grayscale: #5F5F5F. Windows color (decimal): -5625662 or 12724394. OLE color: 12724394.

HSL color Cylindrical-coordinate representation of color #AA28C2: hue angle of 290.65º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA28C2 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 40 194 -
CMYK 0.12 0.79 0 0.24
HSL 290.65º 0.66% 0.46% -
HSV(B) 290.65º 0.79% 0.76% -
XYZ 27.07 13.96 52.31 -
YUV 96.43 183.07 180.48 -
System Red Green Blue C M Y K H S L
Decimal 170 40 194 0.12 0.79 0 0.24 290.65 0.66 0.46
Hex AA 28 C2 C 4F 0 18 123 42 2E
Octal 252 50 302 14 117 0 30 443 102 56
Binary 10101010 101000 11000010 1100 1001111 0 11000 100100011 1000010 101110

Color Harmonies of #AA28C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28C2

Black with #AA28C2

Text Example


Text Example

White with #AA28C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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