Html Css Color HEX #A407E6 Dark Violet

📋 copy color: '#A407E6'

red 164 ◦ green 7 ◦ blue 230

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

Shades of Dark Violet #A407E6

Tints of Dark Violet #A407E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 57.36%

R = 40.9%
G = 1.75%
B = 57.36%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A407E6 (or 0xA407E6) is known color: Dark Violet. HEX triplet: A4, 07 and E6. RGB value is (164,7,230). Sum of RGB (Red+Green+Blue) = 164+7+230=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 230 (90.23% from 255 or 57.36% from 401); Max value from RGB is 230 - color contains mainly: blue. Hex color #A407E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A407E6 is #5BF819. Grayscale: #4E4E4E. Windows color (decimal): -6027290 or 15075236. OLE color: 15075236.

HSL color Cylindrical-coordinate representation of color #A407E6: hue angle of 282.24º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A407E6 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 7 230 -
CMYK 0.29 0.97 0 0.10
HSL 282.24º 0.94% 0.46% -
HSV(B) 282.24º 0.97% 0.9% -
XYZ 29.67 13.76 75.95 -
YUV 79.37 213.01 188.37 -
System Red Green Blue C M Y K H S L
Decimal 164 7 230 0.29 0.97 0 0.10 282.24 0.94 0.46
Hex A4 7 E6 1D 61 0 A 11A 5E 2E
Octal 244 7 346 35 141 0 12 432 136 56
Binary 10100100 111 11100110 11101 1100001 0 1010 100011010 1011110 101110

Color Harmonies of #A407E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A407E6

Black with #A407E6

Text Example


Text Example

White with #A407E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A407E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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