Html Css Color HEX #A43C99 Violet Blue

📋 copy color: '#A43C99'

red 164 ◦ green 60 ◦ blue 153

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

Shades of Violet Blue #A43C99

Tints of Violet Blue #A43C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.92%

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

R = 43.5%
G = 15.92%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A43C99 (or 0xA43C99) is known color: Violet Blue. HEX triplet: A4, 3C and 99. RGB value is (164,60,153). Sum of RGB (Red+Green+Blue) = 164+60+153=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43C99 is #5BC366. Grayscale: #656565. Windows color (decimal): -6013799 or 10042532. OLE color: 10042532.

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

Color convert

RGB 164 60 153 -
CMYK 0 0.63 0.07 0.36
HSL 306.35º 0.46% 0.44% -
HSV(B) 306.35º 0.63% 0.64% -
XYZ 22.68 13.42 31.53 -
YUV 101.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 164 60 153 0 0.63 0.07 0.36 306.35 0.46 0.44
Hex A4 3C 99 0 3F 7 24 132 2E 2C
Octal 244 74 231 0 77 7 44 462 56 54
Binary 10100100 111100 10011001 0 111111 111 100100 100110010 101110 101100

Color Harmonies of #A43C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43C99

Black with #A43C99

Text Example


Text Example

White with #A43C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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