Html Css Color HEX #A407BA Dark Violet

📋 copy color: '#A407BA'

red 164 ◦ green 7 ◦ blue 186

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

Shades of Dark Violet #A407BA

Tints of Dark Violet #A407BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.96%

 BLUE value IS 186 (73.05% from 255) = 52.1%

R = 45.94%
G = 1.96%
B = 52.1%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A407BA (or 0xA407BA) is known color: Dark Violet. HEX triplet: A4, 07 and BA. RGB value is (164,7,186). Sum of RGB (Red+Green+Blue) = 164+7+186=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #A407BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407BA is #5BF845. Grayscale: #494949. Windows color (decimal): -6027334 or 12191652. OLE color: 12191652.

HSL color Cylindrical-coordinate representation of color #A407BA: hue angle of 292.63º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A407BA is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 7 186 -
CMYK 0.12 0.96 0 0.27
HSL 292.63º 0.93% 0.38% -
HSV(B) 292.63º 0.96% 0.73% -
XYZ 24.25 11.59 47.41 -
YUV 74.35 191.01 191.95 -
System Red Green Blue C M Y K H S L
Decimal 164 7 186 0.12 0.96 0 0.27 292.63 0.93 0.38
Hex A4 7 BA C 60 0 1B 125 5D 26
Octal 244 7 272 14 140 0 33 445 135 46
Binary 10100100 111 10111010 1100 1100000 0 11011 100100101 1011101 100110

Color Harmonies of #A407BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A407BA

Black with #A407BA

Text Example


Text Example

White with #A407BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A407BA; }

 p { color: rgb(164,7,186); }

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

background-color css

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

 a { background-color: rgb(164,7,186); }

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

border-color css

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

 span { border-color: rgb(164,7,186); }

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