Html Css Color HEX #AA3ABD Dark Orchid

📋 copy color: '#AA3ABD'

red 170 ◦ green 58 ◦ blue 189

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

Shades of Dark Orchid #AA3ABD

Tints of Dark Orchid #AA3ABD

RGB

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

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

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

R = 40.77%
G = 13.91%
B = 45.32%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA3ABD (or 0xAA3ABD) is known color: Dark Orchid. HEX triplet: AA, 3A and BD. RGB value is (170,58,189). Sum of RGB (Red+Green+Blue) = 170+58+189=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA3ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ABD is #55C542. Grayscale: #6A6A6A. Windows color (decimal): -5621059 or 12401322. OLE color: 12401322.

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

Color convert

RGB 170 58 189 -
CMYK 0.10 0.69 0 0.26
HSL 291.3º 0.53% 0.48% -
HSV(B) 291.3º 0.69% 0.74% -
XYZ 27.28 15.25 49.65 -
YUV 106.42 174.61 173.35 -
System Red Green Blue C M Y K H S L
Decimal 170 58 189 0.10 0.69 0 0.26 291.3 0.53 0.48
Hex AA 3A BD A 45 0 1A 123 35 30
Octal 252 72 275 12 105 0 32 443 65 60
Binary 10101010 111010 10111101 1010 1000101 0 11010 100100011 110101 110000

Color Harmonies of #AA3ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3ABD

Black with #AA3ABD

Text Example


Text Example

White with #AA3ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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