Html Css Color HEX #AA3ABE Dark Orchid

📋 copy color: '#AA3ABE'

red 170 ◦ green 58 ◦ blue 190

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

Shades of Dark Orchid #AA3ABE

Tints of Dark Orchid #AA3ABE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.88%

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

R = 40.67%
G = 13.88%
B = 45.45%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA3ABE (or 0xAA3ABE) is known color: Dark Orchid. HEX triplet: AA, 3A and BE. RGB value is (170,58,190). Sum of RGB (Red+Green+Blue) = 170+58+190=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA3ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ABE is #55C541. Grayscale: #6A6A6A. Windows color (decimal): -5621058 or 12466858. OLE color: 12466858.

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

Color convert

RGB 170 58 190 -
CMYK 0.11 0.69 0 0.25
HSL 290.91º 0.53% 0.49% -
HSV(B) 290.91º 0.69% 0.75% -
XYZ 27.38 15.29 50.22 -
YUV 106.54 175.11 173.27 -
System Red Green Blue C M Y K H S L
Decimal 170 58 190 0.11 0.69 0 0.25 290.91 0.53 0.49
Hex AA 3A BE B 45 0 19 123 35 31
Octal 252 72 276 13 105 0 31 443 65 61
Binary 10101010 111010 10111110 1011 1000101 0 11001 100100011 110101 110001

Color Harmonies of #AA3ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3ABE

Black with #AA3ABE

Text Example


Text Example

White with #AA3ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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