Html Css Color HEX #A40BCF Dark Violet

📋 copy color: '#A40BCF'

red 164 ◦ green 11 ◦ blue 207

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

Shades of Dark Violet #A40BCF

Tints of Dark Violet #A40BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.88%

 BLUE value IS 207 (81.25% from 255) = 54.19%

R = 42.93%
G = 2.88%
B = 54.19%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A40BCF (or 0xA40BCF) is known color: Dark Violet. HEX triplet: A4, 0B and CF. RGB value is (164,11,207). Sum of RGB (Red+Green+Blue) = 164+11+207=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #A40BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40BCF is #5BF430. Grayscale: #4E4E4E. Windows color (decimal): -6026289 or 13568932. OLE color: 13568932.

HSL color Cylindrical-coordinate representation of color #A40BCF: hue angle of 286.84º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40BCF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 11 207 -
CMYK 0.21 0.95 0 0.19
HSL 286.84º 0.9% 0.43% -
HSV(B) 286.84º 0.95% 0.81% -
XYZ 26.69 12.64 60.06 -
YUV 79.09 200.19 188.56 -
System Red Green Blue C M Y K H S L
Decimal 164 11 207 0.21 0.95 0 0.19 286.84 0.9 0.43
Hex A4 B CF 15 5F 0 13 11F 5A 2B
Octal 244 13 317 25 137 0 23 437 132 53
Binary 10100100 1011 11001111 10101 1011111 0 10011 100011111 1011010 101011

Color Harmonies of #A40BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40BCF

Black with #A40BCF

Text Example


Text Example

White with #A40BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40BCF; }

 p { color: rgb(164,11,207); }

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

background-color css

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

 a { background-color: rgb(164,11,207); }

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

border-color css

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

 span { border-color: rgb(164,11,207); }

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