Html Css Color HEX #A653AA Violet Blue

📋 copy color: '#A653AA'

red 166 ◦ green 83 ◦ blue 170

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

Shades of Violet Blue #A653AA

Tints of Violet Blue #A653AA

RGB

 RED value IS 166 (65.23% from 255) = 39.62%

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

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

R = 39.62%
G = 19.81%
B = 40.57%

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

#A653AA (or 0xA653AA) is known color: Violet Blue. HEX triplet: A6, 53 and AA. RGB value is (166,83,170). Sum of RGB (Red+Green+Blue) = 166+83+170=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 83 (32.81% from 255 or 19.81% 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 #A653AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A653AA is #59AC55. Grayscale: #757575. Windows color (decimal): -5876822 or 11162534. OLE color: 11162534.

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

Color convert

RGB 166 83 170 -
CMYK 0.02 0.51 0 0.33
HSL 297.24º 0.34% 0.5% -
HSV(B) 297.24º 0.51% 0.67% -
XYZ 26.07 17.2 39.98 -
YUV 117.74 157.5 162.43 -
System Red Green Blue C M Y K H S L
Decimal 166 83 170 0.02 0.51 0 0.33 297.24 0.34 0.5
Hex A6 53 AA 2 33 0 21 129 22 32
Octal 246 123 252 2 63 0 41 451 42 62
Binary 10100110 1010011 10101010 10 110011 0 100001 100101001 100010 110010

Color Harmonies of #A653AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A653AA

Black with #A653AA

Text Example


Text Example

White with #A653AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A653AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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