Html Css Color HEX #A753AA Violet Blue

📋 copy color: '#A753AA'

red 167 ◦ green 83 ◦ blue 170

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

Shades of Violet Blue #A753AA

Tints of Violet Blue #A753AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.76%

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

R = 39.76%
G = 19.76%
B = 40.48%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A753AA (or 0xA753AA) is known color: Violet Blue. HEX triplet: A7, 53 and AA. RGB value is (167,83,170). Sum of RGB (Red+Green+Blue) = 167+83+170=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #A753AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A753AA is #58AC55. Grayscale: #757575. Windows color (decimal): -5811286 or 11162535. OLE color: 11162535.

HSL color Cylindrical-coordinate representation of color #A753AA: hue angle of 297.93º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A753AA is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 83 170 -
CMYK 0.02 0.51 0 0.33
HSL 297.93º 0.34% 0.5% -
HSV(B) 297.93º 0.51% 0.67% -
XYZ 26.29 17.3 39.98 -
YUV 118.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 167 83 170 0.02 0.51 0 0.33 297.93 0.34 0.5
Hex A7 53 AA 2 33 0 21 12A 22 32
Octal 247 123 252 2 63 0 41 452 42 62
Binary 10100111 1010011 10101010 10 110011 0 100001 100101010 100010 110010

Color Harmonies of #A753AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A753AA

Black with #A753AA

Text Example


Text Example

White with #A753AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A753AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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