Html Css Color HEX #A43BAB Violet Blue

📋 copy color: '#A43BAB'

red 164 ◦ green 59 ◦ blue 171

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

Shades of Violet Blue #A43BAB

Tints of Violet Blue #A43BAB

RGB

 RED value IS 164 (64.45% from 255) = 41.62%

 GREEN value IS 59 (23.44% from 255) = 14.97%

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

R = 41.62%
G = 14.97%
B = 43.4%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A43BAB (or 0xA43BAB) is known color: Violet Blue. HEX triplet: A4, 3B and AB. RGB value is (164,59,171). Sum of RGB (Red+Green+Blue) = 164+59+171=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #A43BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43BAB is #5BC454. Grayscale: #666666. Windows color (decimal): -6014037 or 11221924. OLE color: 11221924.

HSL color Cylindrical-coordinate representation of color #A43BAB: hue angle of 296.25º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43BAB is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 59 171 -
CMYK 0.04 0.65 0 0.33
HSL 296.25º 0.49% 0.45% -
HSV(B) 296.25º 0.65% 0.67% -
XYZ 24.22 13.96 39.95 -
YUV 103.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 164 59 171 0.04 0.65 0 0.33 296.25 0.49 0.45
Hex A4 3B AB 4 41 0 21 128 31 2D
Octal 244 73 253 4 101 0 41 450 61 55
Binary 10100100 111011 10101011 100 1000001 0 100001 100101000 110001 101101

Color Harmonies of #A43BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43BAB

Black with #A43BAB

Text Example


Text Example

White with #A43BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43BAB; }

 p { color: rgb(164,59,171); }

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

background-color css

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

 a { background-color: rgb(164,59,171); }

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

border-color css

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

 span { border-color: rgb(164,59,171); }

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