Html Css Color HEX #A03CA5 Violet Blue

📋 copy color: '#A03CA5'

red 160 ◦ green 60 ◦ blue 165

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

Shades of Violet Blue #A03CA5

Tints of Violet Blue #A03CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.86%

R = 41.56%
G = 15.58%
B = 42.86%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A03CA5 (or 0xA03CA5) is known color: Violet Blue. HEX triplet: A0, 3C and A5. RGB value is (160,60,165). Sum of RGB (Red+Green+Blue) = 160+60+165=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 165 - color contains mainly: blue. Hex color #A03CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03CA5 is #5FC35A. Grayscale: #656565. Windows color (decimal): -6275931 or 10828960. OLE color: 10828960.

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

Color convert

RGB 160 60 165 -
CMYK 0.03 0.64 0 0.35
HSL 297.14º 0.47% 0.44% -
HSV(B) 297.14º 0.64% 0.65% -
XYZ 22.9 13.42 36.98 -
YUV 101.87 163.63 169.46 -
System Red Green Blue C M Y K H S L
Decimal 160 60 165 0.03 0.64 0 0.35 297.14 0.47 0.44
Hex A0 3C A5 3 40 0 23 129 2F 2C
Octal 240 74 245 3 100 0 43 451 57 54
Binary 10100000 111100 10100101 11 1000000 0 100011 100101001 101111 101100

Color Harmonies of #A03CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03CA5

Black with #A03CA5

Text Example


Text Example

White with #A03CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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