Html Css Color HEX #AA1EBD Dark Orchid

📋 copy color: '#AA1EBD'

red 170 ◦ green 30 ◦ blue 189

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

Shades of Dark Orchid #AA1EBD

Tints of Dark Orchid #AA1EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.59%

R = 43.7%
G = 7.71%
B = 48.59%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA1EBD (or 0xAA1EBD) is known color: Dark Orchid. HEX triplet: AA, 1E and BD. RGB value is (170,30,189). Sum of RGB (Red+Green+Blue) = 170+30+189=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA1EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1EBD is #55E142. Grayscale: #595959. Windows color (decimal): -5628227 or 12394154. OLE color: 12394154.

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

Color convert

RGB 170 30 189 -
CMYK 0.10 0.84 0 0.26
HSL 292.83º 0.73% 0.43% -
HSV(B) 292.83º 0.84% 0.74% -
XYZ 26.23 13.15 49.3 -
YUV 89.99 183.88 185.07 -
System Red Green Blue C M Y K H S L
Decimal 170 30 189 0.10 0.84 0 0.26 292.83 0.73 0.43
Hex AA 1E BD A 54 0 1A 125 49 2B
Octal 252 36 275 12 124 0 32 445 111 53
Binary 10101010 11110 10111101 1010 1010100 0 11010 100100101 1001001 101011

Color Harmonies of #AA1EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1EBD

Black with #AA1EBD

Text Example


Text Example

White with #AA1EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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