Html Css Color HEX #AA66B3 Violet Blue

📋 copy color: '#AA66B3'

red 170 ◦ green 102 ◦ blue 179

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

Shades of Violet Blue #AA66B3

Tints of Violet Blue #AA66B3

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.62%

 BLUE value IS 179 (70.31% from 255) = 39.69%

R = 37.69%
G = 22.62%
B = 39.69%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA66B3 (or 0xAA66B3) is known color: Violet Blue. HEX triplet: AA, 66 and B3. RGB value is (170,102,179). Sum of RGB (Red+Green+Blue) = 170+102+179=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA66B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA66B3 is #55994C. Grayscale: #828282. Windows color (decimal): -5609805 or 11757226. OLE color: 11757226.

HSL color Cylindrical-coordinate representation of color #AA66B3: hue angle of 292.99º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA66B3 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 102 179 -
CMYK 0.05 0.43 0 0.30
HSL 292.99º 0.34% 0.55% -
HSV(B) 292.99º 0.43% 0.7% -
XYZ 29.47 21.3 45.21 -
YUV 131.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 170 102 179 0.05 0.43 0 0.30 292.99 0.34 0.55
Hex AA 66 B3 5 2B 0 1E 125 22 37
Octal 252 146 263 5 53 0 36 445 42 67
Binary 10101010 1100110 10110011 101 101011 0 11110 100100101 100010 110111

Color Harmonies of #AA66B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA66B3

Black with #AA66B3

Text Example


Text Example

White with #AA66B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA66B3; }

 p { color: rgb(170,102,179); }

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

background-color css

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

 a { background-color: rgb(170,102,179); }

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

border-color css

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

 span { border-color: rgb(170,102,179); }

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