Html Css Color HEX #AA35A8 Violet Blue

📋 copy color: '#AA35A8'

red 170 ◦ green 53 ◦ blue 168

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

Shades of Violet Blue #AA35A8

Tints of Violet Blue #AA35A8

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.55%

 BLUE value IS 168 (66.02% from 255) = 42.97%

R = 43.48%
G = 13.55%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA35A8 (or 0xAA35A8) is known color: Violet Blue. HEX triplet: AA, 35 and A8. RGB value is (170,53,168). Sum of RGB (Red+Green+Blue) = 170+53+168=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA35A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA35A8 is #55CA57. Grayscale: #646464. Windows color (decimal): -5622360 or 11023786. OLE color: 11023786.

HSL color Cylindrical-coordinate representation of color #AA35A8: hue angle of 301.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA35A8 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 53 168 -
CMYK 0 0.69 0.01 0.33
HSL 301.03º 0.52% 0.44% -
HSV(B) 301.03º 0.69% 0.67% -
XYZ 24.92 13.92 38.42 -
YUV 101.09 165.76 177.15 -
System Red Green Blue C M Y K H S L
Decimal 170 53 168 0 0.69 0.01 0.33 301.03 0.52 0.44
Hex AA 35 A8 0 45 1 21 12D 34 2C
Octal 252 65 250 0 105 1 41 455 64 54
Binary 10101010 110101 10101000 0 1000101 1 100001 100101101 110100 101100

Color Harmonies of #AA35A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA35A8

Black with #AA35A8

Text Example


Text Example

White with #AA35A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA35A8; }

 p { color: rgb(170,53,168); }

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

background-color css

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

 a { background-color: rgb(170,53,168); }

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

border-color css

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

 span { border-color: rgb(170,53,168); }

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