Html Css Color HEX #A249AB Violet Blue

📋 copy color: '#A249AB'

red 162 ◦ green 73 ◦ blue 171

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

Shades of Violet Blue #A249AB

Tints of Violet Blue #A249AB

RGB

 RED value IS 162 (63.67% from 255) = 39.9%

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

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

R = 39.9%
G = 17.98%
B = 42.12%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A249AB (or 0xA249AB) is known color: Violet Blue. HEX triplet: A2, 49 and AB. RGB value is (162,73,171). Sum of RGB (Red+Green+Blue) = 162+73+171=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #A249AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A249AB is #5DB654. Grayscale: #6E6E6E. Windows color (decimal): -6141525 or 11225506. OLE color: 11225506.

HSL color Cylindrical-coordinate representation of color #A249AB: hue angle of 294.49º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A249AB is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 73 171 -
CMYK 0.05 0.57 0 0.33
HSL 294.49º 0.4% 0.48% -
HSV(B) 294.49º 0.57% 0.67% -
XYZ 24.63 15.39 40.2 -
YUV 110.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 162 73 171 0.05 0.57 0 0.33 294.49 0.4 0.48
Hex A2 49 AB 5 39 0 21 126 28 30
Octal 242 111 253 5 71 0 41 446 50 60
Binary 10100010 1001001 10101011 101 111001 0 100001 100100110 101000 110000

Color Harmonies of #A249AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249AB

Black with #A249AB

Text Example


Text Example

White with #A249AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249AB; }

 p { color: rgb(162,73,171); }

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

background-color css

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

 a { background-color: rgb(162,73,171); }

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

border-color css

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

 span { border-color: rgb(162,73,171); }

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