Html Css Color HEX #A40FB0 Dark Violet

📋 copy color: '#A40FB0'

red 164 ◦ green 15 ◦ blue 176

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

Shades of Dark Violet #A40FB0

Tints of Dark Violet #A40FB0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.23%

 BLUE value IS 176 (69.14% from 255) = 49.58%

R = 46.2%
G = 4.23%
B = 49.58%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A40FB0 (or 0xA40FB0) is known color: Dark Violet. HEX triplet: A4, 0F and B0. RGB value is (164,15,176). Sum of RGB (Red+Green+Blue) = 164+15+176=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 176 (69.14% from 255 or 49.58% from 355); Max value from RGB is 176 - color contains mainly: blue. Hex color #A40FB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40FB0 is #5BF04F. Grayscale: #4D4D4D. Windows color (decimal): -6025296 or 11538340. OLE color: 11538340.

HSL color Cylindrical-coordinate representation of color #A40FB0: hue angle of 295.53º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40FB0 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 15 176 -
CMYK 0.07 0.91 0 0.31
HSL 295.53º 0.84% 0.37% -
HSV(B) 295.53º 0.91% 0.69% -
XYZ 23.32 11.37 42.04 -
YUV 77.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 164 15 176 0.07 0.91 0 0.31 295.53 0.84 0.37
Hex A4 F B0 7 5B 0 1F 128 54 25
Octal 244 17 260 7 133 0 37 450 124 45
Binary 10100100 1111 10110000 111 1011011 0 11111 100101000 1010100 100101

Color Harmonies of #A40FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FB0

Black with #A40FB0

Text Example


Text Example

White with #A40FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FB0; }

 p { color: rgb(164,15,176); }

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

background-color css

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

 a { background-color: rgb(164,15,176); }

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

border-color css

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

 span { border-color: rgb(164,15,176); }

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