Html Css Color HEX #AA61B3 Violet Blue

📋 copy color: '#AA61B3'

red 170 ◦ green 97 ◦ blue 179

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

Shades of Violet Blue #AA61B3

Tints of Violet Blue #AA61B3

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.75%

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

R = 38.12%
G = 21.75%
B = 40.13%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA61B3 (or 0xAA61B3) is known color: Violet Blue. HEX triplet: AA, 61 and B3. RGB value is (170,97,179). Sum of RGB (Red+Green+Blue) = 170+97+179=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA61B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61B3 is #559E4C. Grayscale: #7F7F7F. Windows color (decimal): -5611085 or 11755946. OLE color: 11755946.

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

Color convert

RGB 170 97 179 -
CMYK 0.05 0.46 0 0.30
HSL 293.41º 0.35% 0.54% -
HSV(B) 293.41º 0.46% 0.7% -
XYZ 28.99 20.35 45.05 -
YUV 128.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 170 97 179 0.05 0.46 0 0.30 293.41 0.35 0.54
Hex AA 61 B3 5 2E 0 1E 125 23 36
Octal 252 141 263 5 56 0 36 445 43 66
Binary 10101010 1100001 10110011 101 101110 0 11110 100100101 100011 110110

Color Harmonies of #AA61B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61B3

Black with #AA61B3

Text Example


Text Example

White with #AA61B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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