Html Css Color HEX #A001C4 Dark Violet

📋 copy color: '#A001C4'

red 160 ◦ green 1 ◦ blue 196

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

Shades of Dark Violet #A001C4

Tints of Dark Violet #A001C4

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 196 (76.95% from 255) = 54.9%

R = 44.82%
G = 0.28%
B = 54.9%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A001C4 (or 0xA001C4) is known color: Dark Violet. HEX triplet: A0, 01 and C4. RGB value is (160,1,196). Sum of RGB (Red+Green+Blue) = 160+1+196=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 196 (76.95% from 255 or 54.90% from 357); Max value from RGB is 196 - color contains mainly: blue. Hex color #A001C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001C4 is #5FFE3B. Grayscale: #464646. Windows color (decimal): -6291004 or 12845472. OLE color: 12845472.

HSL color Cylindrical-coordinate representation of color #A001C4: hue angle of 288.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A001C4 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 1 196 -
CMYK 0.18 0.99 0 0.23
HSL 288.92º 0.99% 0.39% -
HSV(B) 288.92º 0.99% 0.77% -
XYZ 24.47 11.48 53.15 -
YUV 70.77 198.68 191.64 -
System Red Green Blue C M Y K H S L
Decimal 160 1 196 0.18 0.99 0 0.23 288.92 0.99 0.39
Hex A0 1 C4 12 63 0 17 121 63 27
Octal 240 1 304 22 143 0 27 441 143 47
Binary 10100000 1 11000100 10010 1100011 0 10111 100100001 1100011 100111

Color Harmonies of #A001C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A001C4

Black with #A001C4

Text Example


Text Example

White with #A001C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A001C4; }

 p { color: rgb(160,1,196); }

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

background-color css

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

 a { background-color: rgb(160,1,196); }

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

border-color css

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

 span { border-color: rgb(160,1,196); }

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