Html Css Color HEX #AA28C6 Dark Orchid

📋 copy color: '#AA28C6'

red 170 ◦ green 40 ◦ blue 198

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

Shades of Dark Orchid #AA28C6

Tints of Dark Orchid #AA28C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.53%

R = 41.67%
G = 9.8%
B = 48.53%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA28C6 (or 0xAA28C6) is known color: Dark Orchid. HEX triplet: AA, 28 and C6. RGB value is (170,40,198). Sum of RGB (Red+Green+Blue) = 170+40+198=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA28C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28C6 is #55D739. Grayscale: #606060. Windows color (decimal): -5625658 or 12986538. OLE color: 12986538.

HSL color Cylindrical-coordinate representation of color #AA28C6: hue angle of 289.37º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA28C6 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 40 198 -
CMYK 0.14 0.80 0 0.22
HSL 289.37º 0.66% 0.47% -
HSV(B) 289.37º 0.8% 0.78% -
XYZ 27.53 14.14 54.7 -
YUV 96.88 185.07 180.15 -
System Red Green Blue C M Y K H S L
Decimal 170 40 198 0.14 0.80 0 0.22 289.37 0.66 0.47
Hex AA 28 C6 E 50 0 16 121 42 2F
Octal 252 50 306 16 120 0 26 441 102 57
Binary 10101010 101000 11000110 1110 1010000 0 10110 100100001 1000010 101111

Color Harmonies of #AA28C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28C6

Black with #AA28C6

Text Example


Text Example

White with #AA28C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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