Html Css Color HEX #A43EAB Violet Blue

📋 copy color: '#A43EAB'

red 164 ◦ green 62 ◦ blue 171

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

Shades of Violet Blue #A43EAB

Tints of Violet Blue #A43EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.62%

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

R = 41.31%
G = 15.62%
B = 43.07%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A43EAB (or 0xA43EAB) is known color: Violet Blue. HEX triplet: A4, 3E and AB. RGB value is (164,62,171). Sum of RGB (Red+Green+Blue) = 164+62+171=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #A43EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43EAB is #5BC154. Grayscale: #686868. Windows color (decimal): -6013269 or 11222692. OLE color: 11222692.

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

Color convert

RGB 164 62 171 -
CMYK 0.04 0.64 0 0.33
HSL 296.15º 0.47% 0.46% -
HSV(B) 296.15º 0.64% 0.67% -
XYZ 24.38 14.28 40 -
YUV 104.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 164 62 171 0.04 0.64 0 0.33 296.15 0.47 0.46
Hex A4 3E AB 4 40 0 21 128 2F 2E
Octal 244 76 253 4 100 0 41 450 57 56
Binary 10100100 111110 10101011 100 1000000 0 100001 100101000 101111 101110

Color Harmonies of #A43EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43EAB

Black with #A43EAB

Text Example


Text Example

White with #A43EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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