Html Css Color HEX #A752AA Violet Blue

📋 copy color: '#A752AA'

red 167 ◦ green 82 ◦ blue 170

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

Shades of Violet Blue #A752AA

Tints of Violet Blue #A752AA

RGB

 RED value IS 167 (65.63% from 255) = 39.86%

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

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

R = 39.86%
G = 19.57%
B = 40.57%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A752AA (or 0xA752AA) is known color: Violet Blue. HEX triplet: A7, 52 and AA. RGB value is (167,82,170). Sum of RGB (Red+Green+Blue) = 167+82+170=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #A752AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A752AA is #58AD55. Grayscale: #757575. Windows color (decimal): -5811542 or 11162279. OLE color: 11162279.

HSL color Cylindrical-coordinate representation of color #A752AA: hue angle of 297.95º 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 #A752AA is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 82 170 -
CMYK 0.02 0.52 0 0.33
HSL 297.95º 0.35% 0.49% -
HSV(B) 297.95º 0.52% 0.67% -
XYZ 26.21 17.15 39.96 -
YUV 117.45 157.66 163.34 -
System Red Green Blue C M Y K H S L
Decimal 167 82 170 0.02 0.52 0 0.33 297.95 0.35 0.49
Hex A7 52 AA 2 34 0 21 12A 23 31
Octal 247 122 252 2 64 0 41 452 43 61
Binary 10100111 1010010 10101010 10 110100 0 100001 100101010 100011 110001

Color Harmonies of #A752AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752AA

Black with #A752AA

Text Example


Text Example

White with #A752AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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