Html Css Color HEX #AA1EBE Dark Orchid

📋 copy color: '#AA1EBE'

red 170 ◦ green 30 ◦ blue 190

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

Shades of Dark Orchid #AA1EBE

Tints of Dark Orchid #AA1EBE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.69%

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 43.59%
G = 7.69%
B = 48.72%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA1EBE (or 0xAA1EBE) is known color: Dark Orchid. HEX triplet: AA, 1E and BE. RGB value is (170,30,190). Sum of RGB (Red+Green+Blue) = 170+30+190=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA1EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1EBE is #55E141. Grayscale: #595959. Windows color (decimal): -5628226 or 12459690. OLE color: 12459690.

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

Color convert

RGB 170 30 190 -
CMYK 0.11 0.84 0 0.25
HSL 292.5º 0.73% 0.43% -
HSV(B) 292.5º 0.84% 0.75% -
XYZ 26.34 13.19 49.87 -
YUV 90.1 184.38 184.99 -
System Red Green Blue C M Y K H S L
Decimal 170 30 190 0.11 0.84 0 0.25 292.5 0.73 0.43
Hex AA 1E BE B 54 0 19 124 49 2B
Octal 252 36 276 13 124 0 31 444 111 53
Binary 10101010 11110 10111110 1011 1010100 0 11001 100100100 1001001 101011

Color Harmonies of #AA1EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1EBE

Black with #AA1EBE

Text Example


Text Example

White with #AA1EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1EBE; }

 p { color: rgb(170,30,190); }

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

background-color css

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

 a { background-color: rgb(170,30,190); }

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

border-color css

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

 span { border-color: rgb(170,30,190); }

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