Html Css Color HEX #AA61B2 Violet Blue

📋 copy color: '#AA61B2'

red 170 ◦ green 97 ◦ blue 178

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

Shades of Violet Blue #AA61B2

Tints of Violet Blue #AA61B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40%

R = 38.2%
G = 21.8%
B = 40%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AA61B2 (or 0xAA61B2) is known color: Violet Blue. HEX triplet: AA, 61 and B2. RGB value is (170,97,178). Sum of RGB (Red+Green+Blue) = 170+97+178=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA61B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA61B2 is #559E4D. Grayscale: #7F7F7F. Windows color (decimal): -5611086 or 11690410. OLE color: 11690410.

HSL color Cylindrical-coordinate representation of color #AA61B2: hue angle of 294.07º degrees, saturation: 0.34, 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 #AA61B2 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 97 178 -
CMYK 0.04 0.46 0 0.30
HSL 294.07º 0.34% 0.54% -
HSV(B) 294.07º 0.46% 0.7% -
XYZ 28.89 20.31 44.52 -
YUV 128.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 170 97 178 0.04 0.46 0 0.30 294.07 0.34 0.54
Hex AA 61 B2 4 2E 0 1E 126 22 36
Octal 252 141 262 4 56 0 36 446 42 66
Binary 10101010 1100001 10110010 100 101110 0 11110 100100110 100010 110110

Color Harmonies of #AA61B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61B2

Black with #AA61B2

Text Example


Text Example

White with #AA61B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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