Html Css Color HEX #A43A99 Violet Blue

📋 copy color: '#A43A99'

red 164 ◦ green 58 ◦ blue 153

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

Shades of Violet Blue #A43A99

Tints of Violet Blue #A43A99

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.47%

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 43.73%
G = 15.47%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A43A99 (or 0xA43A99) is known color: Violet Blue. HEX triplet: A4, 3A and 99. RGB value is (164,58,153). Sum of RGB (Red+Green+Blue) = 164+58+153=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43A99 is #5BC566. Grayscale: #646464. Windows color (decimal): -6014311 or 10042020. OLE color: 10042020.

HSL color Cylindrical-coordinate representation of color #A43A99: hue angle of 306.23º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43A99 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 58 153 -
CMYK 0 0.65 0.07 0.36
HSL 306.23º 0.48% 0.44% -
HSV(B) 306.23º 0.65% 0.64% -
XYZ 22.57 13.22 31.5 -
YUV 100.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 164 58 153 0 0.65 0.07 0.36 306.23 0.48 0.44
Hex A4 3A 99 0 41 7 24 132 30 2C
Octal 244 72 231 0 101 7 44 462 60 54
Binary 10100100 111010 10011001 0 1000001 111 100100 100110010 110000 101100

Color Harmonies of #A43A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A99

Black with #A43A99

Text Example


Text Example

White with #A43A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A99; }

 p { color: rgb(164,58,153); }

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

background-color css

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

 a { background-color: rgb(164,58,153); }

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

border-color css

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

 span { border-color: rgb(164,58,153); }

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