Html Css Color HEX #A452AA Violet Blue

📋 copy color: '#A452AA'

red 164 ◦ green 82 ◦ blue 170

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

Shades of Violet Blue #A452AA

Tints of Violet Blue #A452AA

RGB

 RED value IS 164 (64.45% from 255) = 39.42%

 GREEN value IS 82 (32.42% from 255) = 19.71%

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 39.42%
G = 19.71%
B = 40.87%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A452AA (or 0xA452AA) is known color: Violet Blue. HEX triplet: A4, 52 and AA. RGB value is (164,82,170). Sum of RGB (Red+Green+Blue) = 164+82+170=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #A452AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A452AA is #5BAD55. Grayscale: #747474. Windows color (decimal): -6008150 or 11162276. OLE color: 11162276.

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

Color convert

RGB 164 82 170 -
CMYK 0.04 0.52 0 0.33
HSL 295.91º 0.35% 0.49% -
HSV(B) 295.91º 0.52% 0.67% -
XYZ 25.58 16.83 39.93 -
YUV 116.55 158.17 161.84 -
System Red Green Blue C M Y K H S L
Decimal 164 82 170 0.04 0.52 0 0.33 295.91 0.35 0.49
Hex A4 52 AA 4 34 0 21 128 23 31
Octal 244 122 252 4 64 0 41 450 43 61
Binary 10100100 1010010 10101010 100 110100 0 100001 100101000 100011 110001

Color Harmonies of #A452AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A452AA

Black with #A452AA

Text Example


Text Example

White with #A452AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A452AA; }

 p { color: rgb(164,82,170); }

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

background-color css

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

 a { background-color: rgb(164,82,170); }

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

border-color css

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

 span { border-color: rgb(164,82,170); }

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