Html Css Color HEX #A437A0 Violet Blue

📋 copy color: '#A437A0'

red 164 ◦ green 55 ◦ blue 160

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

Shades of Violet Blue #A437A0

Tints of Violet Blue #A437A0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.51%

 BLUE value IS 160 (62.89% from 255) = 42.22%

R = 43.27%
G = 14.51%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A437A0 (or 0xA437A0) is known color: Violet Blue. HEX triplet: A4, 37 and A0. RGB value is (164,55,160). Sum of RGB (Red+Green+Blue) = 164+55+160=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A437A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A437A0 is #5BC85F. Grayscale: #636363. Windows color (decimal): -6015072 or 10500004. OLE color: 10500004.

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

Color convert

RGB 164 55 160 -
CMYK 0 0.66 0.02 0.36
HSL 302.2º 0.5% 0.43% -
HSV(B) 302.2º 0.66% 0.64% -
XYZ 23.02 13.16 34.59 -
YUV 99.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 164 55 160 0 0.66 0.02 0.36 302.2 0.5 0.43
Hex A4 37 A0 0 42 2 24 12E 32 2B
Octal 244 67 240 0 102 2 44 456 62 53
Binary 10100100 110111 10100000 0 1000010 10 100100 100101110 110010 101011

Color Harmonies of #A437A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A437A0

Black with #A437A0

Text Example


Text Example

White with #A437A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A437A0; }

 p { color: rgb(164,55,160); }

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

background-color css

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

 a { background-color: rgb(164,55,160); }

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

border-color css

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

 span { border-color: rgb(164,55,160); }

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