Html Css Color HEX #A14CAB Violet Blue

📋 copy color: '#A14CAB'

red 161 ◦ green 76 ◦ blue 171

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

Shades of Violet Blue #A14CAB

Tints of Violet Blue #A14CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.63%

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

R = 39.46%
G = 18.63%
B = 41.91%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A14CAB (or 0xA14CAB) is known color: Violet Blue. HEX triplet: A1, 4C and AB. RGB value is (161,76,171). Sum of RGB (Red+Green+Blue) = 161+76+171=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #A14CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14CAB is #5EB354. Grayscale: #6F6F6F. Windows color (decimal): -6206293 or 11226273. OLE color: 11226273.

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

Color convert

RGB 161 76 171 -
CMYK 0.06 0.56 0 0.33
HSL 293.68º 0.38% 0.48% -
HSV(B) 293.68º 0.56% 0.67% -
XYZ 24.63 15.69 40.26 -
YUV 112.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 161 76 171 0.06 0.56 0 0.33 293.68 0.38 0.48
Hex A1 4C AB 6 38 0 21 126 26 30
Octal 241 114 253 6 70 0 41 446 46 60
Binary 10100001 1001100 10101011 110 111000 0 100001 100100110 100110 110000

Color Harmonies of #A14CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14CAB

Black with #A14CAB

Text Example


Text Example

White with #A14CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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