Html Css Color HEX #A03CA4 Violet Blue

📋 copy color: '#A03CA4'

red 160 ◦ green 60 ◦ blue 164

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

Shades of Violet Blue #A03CA4

Tints of Violet Blue #A03CA4

RGB

 RED value IS 160 (62.89% from 255) = 41.67%

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

 BLUE value IS 164 (64.45% from 255) = 42.71%

R = 41.67%
G = 15.63%
B = 42.71%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A03CA4 (or 0xA03CA4) is known color: Violet Blue. HEX triplet: A0, 3C and A4. RGB value is (160,60,164). Sum of RGB (Red+Green+Blue) = 160+60+164=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #A03CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03CA4 is #5FC35B. Grayscale: #656565. Windows color (decimal): -6275932 or 10763424. OLE color: 10763424.

HSL color Cylindrical-coordinate representation of color #A03CA4: hue angle of 297.69º 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 #A03CA4 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 60 164 -
CMYK 0.02 0.63 0 0.36
HSL 297.69º 0.46% 0.44% -
HSV(B) 297.69º 0.63% 0.64% -
XYZ 22.81 13.39 36.5 -
YUV 101.76 163.13 169.54 -
System Red Green Blue C M Y K H S L
Decimal 160 60 164 0.02 0.63 0 0.36 297.69 0.46 0.44
Hex A0 3C A4 2 3F 0 24 12A 2E 2C
Octal 240 74 244 2 77 0 44 452 56 54
Binary 10100000 111100 10100100 10 111111 0 100100 100101010 101110 101100

Color Harmonies of #A03CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03CA4

Black with #A03CA4

Text Example


Text Example

White with #A03CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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