Html Css Color HEX #AA28BF Dark Orchid

📋 copy color: '#AA28BF'

red 170 ◦ green 40 ◦ blue 191

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

Shades of Dark Orchid #AA28BF

Tints of Dark Orchid #AA28BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 42.39%
G = 9.98%
B = 47.63%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA28BF (or 0xAA28BF) is known color: Dark Orchid. HEX triplet: AA, 28 and BF. RGB value is (170,40,191). Sum of RGB (Red+Green+Blue) = 170+40+191=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA28BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28BF is #55D740. Grayscale: #5F5F5F. Windows color (decimal): -5625665 or 12527786. OLE color: 12527786.

HSL color Cylindrical-coordinate representation of color #AA28BF: hue angle of 291.66º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA28BF is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 40 191 -
CMYK 0.11 0.79 0 0.25
HSL 291.66º 0.65% 0.45% -
HSV(B) 291.66º 0.79% 0.75% -
XYZ 26.74 13.83 50.55 -
YUV 96.08 181.57 180.72 -
System Red Green Blue C M Y K H S L
Decimal 170 40 191 0.11 0.79 0 0.25 291.66 0.65 0.45
Hex AA 28 BF B 4F 0 19 124 41 2D
Octal 252 50 277 13 117 0 31 444 101 55
Binary 10101010 101000 10111111 1011 1001111 0 11001 100100100 1000001 101101

Color Harmonies of #AA28BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28BF

Black with #AA28BF

Text Example


Text Example

White with #AA28BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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