Html Css Color HEX #AA1ABC Dark Orchid

📋 copy color: '#AA1ABC'

red 170 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #AA1ABC

Tints of Dark Orchid #AA1ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.77%

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

R = 44.27%
G = 6.77%
B = 48.96%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA1ABC (or 0xAA1ABC) is known color: Dark Orchid. HEX triplet: AA, 1A and BC. RGB value is (170,26,188). Sum of RGB (Red+Green+Blue) = 170+26+188=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA1ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ABC is #55E543. Grayscale: #575757. Windows color (decimal): -5629252 or 12327594. OLE color: 12327594.

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

Color convert

RGB 170 26 188 -
CMYK 0.10 0.86 0 0.26
HSL 293.33º 0.76% 0.42% -
HSV(B) 293.33º 0.86% 0.74% -
XYZ 26.02 12.92 48.7 -
YUV 87.52 184.71 186.83 -
System Red Green Blue C M Y K H S L
Decimal 170 26 188 0.10 0.86 0 0.26 293.33 0.76 0.42
Hex AA 1A BC A 56 0 1A 125 4C 2A
Octal 252 32 274 12 126 0 32 445 114 52
Binary 10101010 11010 10111100 1010 1010110 0 11010 100100101 1001100 101010

Color Harmonies of #AA1ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1ABC

Black with #AA1ABC

Text Example


Text Example

White with #AA1ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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