Html Css Color HEX #A14AAB Violet Blue

📋 copy color: '#A14AAB'

red 161 ◦ green 74 ◦ blue 171

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

Shades of Violet Blue #A14AAB

Tints of Violet Blue #A14AAB

RGB

 RED value IS 161 (63.28% from 255) = 39.66%

 GREEN value IS 74 (29.3% from 255) = 18.23%

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

R = 39.66%
G = 18.23%
B = 42.12%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A14AAB (or 0xA14AAB) is known color: Violet Blue. HEX triplet: A1, 4A and AB. RGB value is (161,74,171). Sum of RGB (Red+Green+Blue) = 161+74+171=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 74 (29.30% from 255 or 18.23% 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 #A14AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14AAB is #5EB554. Grayscale: #6E6E6E. Windows color (decimal): -6206805 or 11225761. OLE color: 11225761.

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

Color convert

RGB 161 74 171 -
CMYK 0.06 0.57 0 0.33
HSL 293.81º 0.4% 0.48% -
HSV(B) 293.81º 0.57% 0.67% -
XYZ 24.5 15.41 40.21 -
YUV 111.07 161.82 163.61 -
System Red Green Blue C M Y K H S L
Decimal 161 74 171 0.06 0.57 0 0.33 293.81 0.4 0.48
Hex A1 4A AB 6 39 0 21 126 28 30
Octal 241 112 253 6 71 0 41 446 50 60
Binary 10100001 1001010 10101011 110 111001 0 100001 100100110 101000 110000

Color Harmonies of #A14AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14AAB

Black with #A14AAB

Text Example


Text Example

White with #A14AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14AAB; }

 p { color: rgb(161,74,171); }

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

background-color css

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

 a { background-color: rgb(161,74,171); }

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

border-color css

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

 span { border-color: rgb(161,74,171); }

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