Html Css Color HEX #AA3ABC Dark Orchid

📋 copy color: '#AA3ABC'

red 170 ◦ green 58 ◦ blue 188

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

Shades of Dark Orchid #AA3ABC

Tints of Dark Orchid #AA3ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 40.87%
G = 13.94%
B = 45.19%

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

#AA3ABC (or 0xAA3ABC) is known color: Dark Orchid. HEX triplet: AA, 3A and BC. RGB value is (170,58,188). Sum of RGB (Red+Green+Blue) = 170+58+188=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA3ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ABC is #55C543. Grayscale: #696969. Windows color (decimal): -5621060 or 12335786. OLE color: 12335786.

HSL color Cylindrical-coordinate representation of color #AA3ABC: hue angle of 291.69º 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 #AA3ABC is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 58 188 -
CMYK 0.10 0.69 0 0.26
HSL 291.69º 0.53% 0.48% -
HSV(B) 291.69º 0.69% 0.74% -
XYZ 27.17 15.2 49.08 -
YUV 106.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 170 58 188 0.10 0.69 0 0.26 291.69 0.53 0.48
Hex AA 3A BC A 45 0 1A 124 35 30
Octal 252 72 274 12 105 0 32 444 65 60
Binary 10101010 111010 10111100 1010 1000101 0 11010 100100100 110101 110000

Color Harmonies of #AA3ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3ABC

Black with #AA3ABC

Text Example


Text Example

White with #AA3ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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