Html Css Color HEX #A13CA4 Violet Blue

📋 copy color: '#A13CA4'

red 161 ◦ green 60 ◦ blue 164

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

Shades of Violet Blue #A13CA4

Tints of Violet Blue #A13CA4

RGB

 RED value IS 161 (63.28% from 255) = 41.82%

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

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

R = 41.82%
G = 15.58%
B = 42.6%

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

#A13CA4 (or 0xA13CA4) is known color: Violet Blue. HEX triplet: A1, 3C and A4. RGB value is (161,60,164). Sum of RGB (Red+Green+Blue) = 161+60+164=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #A13CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13CA4 is #5EC35B. Grayscale: #656565. Windows color (decimal): -6210396 or 10763425. OLE color: 10763425.

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

Color convert

RGB 161 60 164 -
CMYK 0.02 0.63 0 0.36
HSL 298.27º 0.46% 0.44% -
HSV(B) 298.27º 0.63% 0.64% -
XYZ 23.01 13.49 36.51 -
YUV 102.06 162.96 170.04 -
System Red Green Blue C M Y K H S L
Decimal 161 60 164 0.02 0.63 0 0.36 298.27 0.46 0.44
Hex A1 3C A4 2 3F 0 24 12A 2E 2C
Octal 241 74 244 2 77 0 44 452 56 54
Binary 10100001 111100 10100100 10 111111 0 100100 100101010 101110 101100

Color Harmonies of #A13CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CA4

Black with #A13CA4

Text Example


Text Example

White with #A13CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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