Html Css Color HEX #A35BAB Violet Blue

📋 copy color: '#A35BAB'

red 163 ◦ green 91 ◦ blue 171

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

Shades of Violet Blue #A35BAB

Tints of Violet Blue #A35BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.41%

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

R = 38.35%
G = 21.41%
B = 40.24%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A35BAB (or 0xA35BAB) is known color: Violet Blue. HEX triplet: A3, 5B and AB. RGB value is (163,91,171). Sum of RGB (Red+Green+Blue) = 163+91+171=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #A35BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35BAB is #5CA454. Grayscale: #797979. Windows color (decimal): -6071381 or 11230115. OLE color: 11230115.

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

Color convert

RGB 163 91 171 -
CMYK 0.05 0.47 0 0.33
HSL 294º 0.32% 0.51% -
HSV(B) 294º 0.47% 0.67% -
XYZ 26.2 18.21 40.66 -
YUV 121.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 163 91 171 0.05 0.47 0 0.33 294 0.32 0.51
Hex A3 5B AB 5 2F 0 21 126 20 33
Octal 243 133 253 5 57 0 41 446 40 63
Binary 10100011 1011011 10101011 101 101111 0 100001 100100110 100000 110011

Color Harmonies of #A35BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35BAB

Black with #A35BAB

Text Example


Text Example

White with #A35BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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