Html Css Color HEX #AA3ABF Dark Orchid

📋 copy color: '#AA3ABF'

red 170 ◦ green 58 ◦ blue 191

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

Shades of Dark Orchid #AA3ABF

Tints of Dark Orchid #AA3ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.58%

R = 40.57%
G = 13.84%
B = 45.58%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA3ABF (or 0xAA3ABF) is known color: Dark Orchid. HEX triplet: AA, 3A and BF. RGB value is (170,58,191). Sum of RGB (Red+Green+Blue) = 170+58+191=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA3ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ABF is #55C540. Grayscale: #6A6A6A. Windows color (decimal): -5621057 or 12532394. OLE color: 12532394.

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

Color convert

RGB 170 58 191 -
CMYK 0.11 0.70 0 0.25
HSL 290.53º 0.53% 0.49% -
HSV(B) 290.53º 0.7% 0.75% -
XYZ 27.49 15.33 50.8 -
YUV 106.65 175.61 173.19 -
System Red Green Blue C M Y K H S L
Decimal 170 58 191 0.11 0.70 0 0.25 290.53 0.53 0.49
Hex AA 3A BF B 46 0 19 123 35 31
Octal 252 72 277 13 106 0 31 443 65 61
Binary 10101010 111010 10111111 1011 1000110 0 11001 100100011 110101 110001

Color Harmonies of #AA3ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3ABF

Black with #AA3ABF

Text Example


Text Example

White with #AA3ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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