Html Css Color HEX #A849AB Violet Blue

📋 copy color: '#A849AB'

red 168 ◦ green 73 ◦ blue 171

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

Shades of Violet Blue #A849AB

Tints of Violet Blue #A849AB

RGB

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

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

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

R = 40.78%
G = 17.72%
B = 41.5%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A849AB (or 0xA849AB) is known color: Violet Blue. HEX triplet: A8, 49 and AB. RGB value is (168,73,171). Sum of RGB (Red+Green+Blue) = 168+73+171=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #A849AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A849AB is #57B654. Grayscale: #707070. Windows color (decimal): -5748309 or 11225512. OLE color: 11225512.

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

Color convert

RGB 168 73 171 -
CMYK 0.02 0.57 0 0.33
HSL 298.16º 0.4% 0.48% -
HSV(B) 298.16º 0.57% 0.67% -
XYZ 25.88 16.03 40.26 -
YUV 112.58 160.97 167.53 -
System Red Green Blue C M Y K H S L
Decimal 168 73 171 0.02 0.57 0 0.33 298.16 0.4 0.48
Hex A8 49 AB 2 39 0 21 12A 28 30
Octal 250 111 253 2 71 0 41 452 50 60
Binary 10101000 1001001 10101011 10 111001 0 100001 100101010 101000 110000

Color Harmonies of #A849AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A849AB

Black with #A849AB

Text Example


Text Example

White with #A849AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A849AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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