Html Css Color HEX #AA3AB5 Dark Orchid

📋 copy color: '#AA3AB5'

red 170 ◦ green 58 ◦ blue 181

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

Shades of Dark Orchid #AA3AB5

Tints of Dark Orchid #AA3AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.25%

R = 41.56%
G = 14.18%
B = 44.25%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA3AB5 (or 0xAA3AB5) is known color: Dark Orchid. HEX triplet: AA, 3A and B5. RGB value is (170,58,181). Sum of RGB (Red+Green+Blue) = 170+58+181=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA3AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3AB5 is #55C54A. Grayscale: #696969. Windows color (decimal): -5621067 or 11877034. OLE color: 11877034.

HSL color Cylindrical-coordinate representation of color #AA3AB5: hue angle of 294.63º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3AB5 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 58 181 -
CMYK 0.06 0.68 0 0.29
HSL 294.63º 0.51% 0.47% -
HSV(B) 294.63º 0.68% 0.71% -
XYZ 26.43 14.91 45.2 -
YUV 105.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 170 58 181 0.06 0.68 0 0.29 294.63 0.51 0.47
Hex AA 3A B5 6 44 0 1D 127 33 2F
Octal 252 72 265 6 104 0 35 447 63 57
Binary 10101010 111010 10110101 110 1000100 0 11101 100100111 110011 101111

Color Harmonies of #AA3AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3AB5

Black with #AA3AB5

Text Example


Text Example

White with #AA3AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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