Html Css Color HEX #AA64B4 Violet Blue

📋 copy color: '#AA64B4'

red 170 ◦ green 100 ◦ blue 180

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

Shades of Violet Blue #AA64B4

Tints of Violet Blue #AA64B4

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.22%

 BLUE value IS 180 (70.7% from 255) = 40%

R = 37.78%
G = 22.22%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA64B4 (or 0xAA64B4) is known color: Violet Blue. HEX triplet: AA, 64 and B4. RGB value is (170,100,180). Sum of RGB (Red+Green+Blue) = 170+100+180=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA64B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64B4 is #559B4B. Grayscale: #818181. Windows color (decimal): -5610316 or 11822250. OLE color: 11822250.

HSL color Cylindrical-coordinate representation of color #AA64B4: hue angle of 292.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA64B4 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 100 180 -
CMYK 0.06 0.44 0 0.29
HSL 292.5º 0.35% 0.55% -
HSV(B) 292.5º 0.44% 0.71% -
XYZ 29.37 20.96 45.68 -
YUV 130.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 170 100 180 0.06 0.44 0 0.29 292.5 0.35 0.55
Hex AA 64 B4 6 2C 0 1D 124 23 37
Octal 252 144 264 6 54 0 35 444 43 67
Binary 10101010 1100100 10110100 110 101100 0 11101 100100100 100011 110111

Color Harmonies of #AA64B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA64B4

Black with #AA64B4

Text Example


Text Example

White with #AA64B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA64B4; }

 p { color: rgb(170,100,180); }

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

background-color css

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

 a { background-color: rgb(170,100,180); }

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

border-color css

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

 span { border-color: rgb(170,100,180); }

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