Html Css Color HEX #A853AB Violet Blue

📋 copy color: '#A853AB'

red 168 ◦ green 83 ◦ blue 171

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

Shades of Violet Blue #A853AB

Tints of Violet Blue #A853AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 39.81%
G = 19.67%
B = 40.52%

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

#A853AB (or 0xA853AB) is known color: Violet Blue. HEX triplet: A8, 53 and AB. RGB value is (168,83,171). Sum of RGB (Red+Green+Blue) = 168+83+171=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #A853AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A853AB is #57AC54. Grayscale: #767676. Windows color (decimal): -5745749 or 11228072. OLE color: 11228072.

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

Color convert

RGB 168 83 171 -
CMYK 0.02 0.51 0 0.33
HSL 297.95º 0.35% 0.5% -
HSV(B) 297.95º 0.51% 0.67% -
XYZ 26.59 17.45 40.5 -
YUV 118.45 157.66 163.34 -
System Red Green Blue C M Y K H S L
Decimal 168 83 171 0.02 0.51 0 0.33 297.95 0.35 0.5
Hex A8 53 AB 2 33 0 21 12A 23 32
Octal 250 123 253 2 63 0 41 452 43 62
Binary 10101000 1010011 10101011 10 110011 0 100001 100101010 100011 110010

Color Harmonies of #A853AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A853AB

Black with #A853AB

Text Example


Text Example

White with #A853AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A853AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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