Html Css Color HEX #A40ACB Dark Violet

📋 copy color: '#A40ACB'

red 164 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #A40ACB

Tints of Dark Violet #A40ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.65%

 BLUE value IS 203 (79.69% from 255) = 53.85%

R = 43.5%
G = 2.65%
B = 53.85%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A40ACB (or 0xA40ACB) is known color: Dark Violet. HEX triplet: A4, 0A and CB. RGB value is (164,10,203). Sum of RGB (Red+Green+Blue) = 164+10+203=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #A40ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40ACB is #5BF534. Grayscale: #4D4D4D. Windows color (decimal): -6026549 or 13306532. OLE color: 13306532.

HSL color Cylindrical-coordinate representation of color #A40ACB: hue angle of 287.88º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40ACB is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 10 203 -
CMYK 0.19 0.95 0 0.20
HSL 287.88º 0.91% 0.42% -
HSV(B) 287.88º 0.95% 0.8% -
XYZ 26.2 12.42 57.52 -
YUV 78.05 198.52 189.31 -
System Red Green Blue C M Y K H S L
Decimal 164 10 203 0.19 0.95 0 0.20 287.88 0.91 0.42
Hex A4 A CB 13 5F 0 14 120 5B 2A
Octal 244 12 313 23 137 0 24 440 133 52
Binary 10100100 1010 11001011 10011 1011111 0 10100 100100000 1011011 101010

Color Harmonies of #A40ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40ACB

Black with #A40ACB

Text Example


Text Example

White with #A40ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40ACB; }

 p { color: rgb(164,10,203); }

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

background-color css

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

 a { background-color: rgb(164,10,203); }

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

border-color css

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

 span { border-color: rgb(164,10,203); }

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