Html Css Color HEX #A853AA Violet Blue

📋 copy color: '#A853AA'

red 168 ◦ green 83 ◦ blue 170

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

Shades of Violet Blue #A853AA

Tints of Violet Blue #A853AA

RGB

 RED value IS 168 (66.02% from 255) = 39.9%

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

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

R = 39.9%
G = 19.71%
B = 40.38%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A853AA (or 0xA853AA) is known color: Violet Blue. HEX triplet: A8, 53 and AA. RGB value is (168,83,170). Sum of RGB (Red+Green+Blue) = 168+83+170=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #A853AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A853AA is #57AC55. Grayscale: #767676. Windows color (decimal): -5745750 or 11162536. OLE color: 11162536.

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

Color convert

RGB 168 83 170 -
CMYK 0.01 0.51 0 0.33
HSL 298.62º 0.34% 0.5% -
HSV(B) 298.62º 0.51% 0.67% -
XYZ 26.5 17.41 39.99 -
YUV 118.33 157.16 163.43 -
System Red Green Blue C M Y K H S L
Decimal 168 83 170 0.01 0.51 0 0.33 298.62 0.34 0.5
Hex A8 53 AA 1 33 0 21 12B 22 32
Octal 250 123 252 1 63 0 41 453 42 62
Binary 10101000 1010011 10101010 1 110011 0 100001 100101011 100010 110010

Color Harmonies of #A853AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A853AA

Black with #A853AA

Text Example


Text Example

White with #A853AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A853AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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