Html Css Color HEX #A34CAB Violet Blue

📋 copy color: '#A34CAB'

red 163 ◦ green 76 ◦ blue 171

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

Shades of Violet Blue #A34CAB

Tints of Violet Blue #A34CAB

RGB

 RED value IS 163 (64.06% from 255) = 39.76%

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

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

R = 39.76%
G = 18.54%
B = 41.71%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A34CAB (or 0xA34CAB) is known color: Violet Blue. HEX triplet: A3, 4C and AB. RGB value is (163,76,171). Sum of RGB (Red+Green+Blue) = 163+76+171=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #A34CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34CAB is #5CB354. Grayscale: #707070. Windows color (decimal): -6075221 or 11226275. OLE color: 11226275.

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

Color convert

RGB 163 76 171 -
CMYK 0.05 0.56 0 0.33
HSL 294.95º 0.38% 0.48% -
HSV(B) 294.95º 0.56% 0.67% -
XYZ 25.04 15.9 40.28 -
YUV 112.84 160.82 163.78 -
System Red Green Blue C M Y K H S L
Decimal 163 76 171 0.05 0.56 0 0.33 294.95 0.38 0.48
Hex A3 4C AB 5 38 0 21 127 26 30
Octal 243 114 253 5 70 0 41 447 46 60
Binary 10100011 1001100 10101011 101 111000 0 100001 100100111 100110 110000

Color Harmonies of #A34CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34CAB

Black with #A34CAB

Text Example


Text Example

White with #A34CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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