Html Css Color HEX #A4359E Violet Blue

📋 copy color: '#A4359E'

red 164 ◦ green 53 ◦ blue 158

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

Shades of Violet Blue #A4359E

Tints of Violet Blue #A4359E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.13%

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 43.73%
G = 14.13%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4359E (or 0xA4359E) is known color: Violet Blue. HEX triplet: A4, 35 and 9E. RGB value is (164,53,158). Sum of RGB (Red+Green+Blue) = 164+53+158=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4359E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4359E is #5BCA61. Grayscale: #616161. Windows color (decimal): -6015586 or 10368420. OLE color: 10368420.

HSL color Cylindrical-coordinate representation of color #A4359E: hue angle of 303.24º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4359E is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 53 158 -
CMYK 0 0.68 0.04 0.36
HSL 303.24º 0.51% 0.43% -
HSV(B) 303.24º 0.68% 0.64% -
XYZ 22.75 12.91 33.64 -
YUV 98.16 161.77 174.96 -
System Red Green Blue C M Y K H S L
Decimal 164 53 158 0 0.68 0.04 0.36 303.24 0.51 0.43
Hex A4 35 9E 0 44 4 24 12F 33 2B
Octal 244 65 236 0 104 4 44 457 63 53
Binary 10100100 110101 10011110 0 1000100 100 100100 100101111 110011 101011

Color Harmonies of #A4359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4359E

Black with #A4359E

Text Example


Text Example

White with #A4359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4359E; }

 p { color: rgb(164,53,158); }

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

background-color css

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

 a { background-color: rgb(164,53,158); }

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

border-color css

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

 span { border-color: rgb(164,53,158); }

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