Html Css Color HEX #A647AA Violet Blue

📋 copy color: '#A647AA'

red 166 ◦ green 71 ◦ blue 170

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

Shades of Violet Blue #A647AA

Tints of Violet Blue #A647AA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.44%

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

R = 40.79%
G = 17.44%
B = 41.77%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A647AA (or 0xA647AA) is known color: Violet Blue. HEX triplet: A6, 47 and AA. RGB value is (166,71,170). Sum of RGB (Red+Green+Blue) = 166+71+170=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #A647AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A647AA is #59B855. Grayscale: #6E6E6E. Windows color (decimal): -5879894 or 11159462. OLE color: 11159462.

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

Color convert

RGB 166 71 170 -
CMYK 0.02 0.58 0 0.33
HSL 297.58º 0.41% 0.47% -
HSV(B) 297.58º 0.58% 0.67% -
XYZ 25.23 15.52 39.7 -
YUV 110.69 161.47 167.45 -
System Red Green Blue C M Y K H S L
Decimal 166 71 170 0.02 0.58 0 0.33 297.58 0.41 0.47
Hex A6 47 AA 2 3A 0 21 12A 29 2F
Octal 246 107 252 2 72 0 41 452 51 57
Binary 10100110 1000111 10101010 10 111010 0 100001 100101010 101001 101111

Color Harmonies of #A647AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A647AA

Black with #A647AA

Text Example


Text Example

White with #A647AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A647AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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