Html Css Color HEX #A649A8 Violet Blue

📋 copy color: '#A649A8'

red 166 ◦ green 73 ◦ blue 168

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

Shades of Violet Blue #A649A8

Tints of Violet Blue #A649A8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.94%

 BLUE value IS 168 (66.02% from 255) = 41.28%

R = 40.79%
G = 17.94%
B = 41.28%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A649A8 (or 0xA649A8) is known color: Violet Blue. HEX triplet: A6, 49 and A8. RGB value is (166,73,168). Sum of RGB (Red+Green+Blue) = 166+73+168=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 168 - color contains mainly: blue. Hex color #A649A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A649A8 is #59B657. Grayscale: #6F6F6F. Windows color (decimal): -5879384 or 11028902. OLE color: 11028902.

HSL color Cylindrical-coordinate representation of color #A649A8: hue angle of 298.74º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A649A8 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 73 168 -
CMYK 0.01 0.57 0 0.34
HSL 298.74º 0.39% 0.47% -
HSV(B) 298.74º 0.57% 0.66% -
XYZ 25.18 15.7 38.75 -
YUV 111.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 166 73 168 0.01 0.57 0 0.34 298.74 0.39 0.47
Hex A6 49 A8 1 39 0 22 12B 27 2F
Octal 246 111 250 1 71 0 42 453 47 57
Binary 10100110 1001001 10101000 1 111001 0 100010 100101011 100111 101111

Color Harmonies of #A649A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A649A8

Black with #A649A8

Text Example


Text Example

White with #A649A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A649A8; }

 p { color: rgb(166,73,168); }

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

background-color css

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

 a { background-color: rgb(166,73,168); }

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

border-color css

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

 span { border-color: rgb(166,73,168); }

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