Html Css Color HEX #A405ED Dark Violet

📋 copy color: '#A405ED'

red 164 ◦ green 5 ◦ blue 237

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

Shades of Dark Violet #A405ED

Tints of Dark Violet #A405ED

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

 BLUE value IS 237 (92.97% from 255) = 58.37%

R = 40.39%
G = 1.23%
B = 58.37%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A405ED (or 0xA405ED) is known color: Dark Violet. HEX triplet: A4, 05 and ED. RGB value is (164,5,237). Sum of RGB (Red+Green+Blue) = 164+5+237=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #A405ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A405ED is #5BFA12. Grayscale: #4E4E4E. Windows color (decimal): -6027795 or 15533476. OLE color: 15533476.

HSL color Cylindrical-coordinate representation of color #A405ED: hue angle of 281.12º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A405ED is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 5 237 -
CMYK 0.31 0.98 0 0.07
HSL 281.12º 0.96% 0.47% -
HSV(B) 281.12º 0.98% 0.93% -
XYZ 30.65 14.12 81.23 -
YUV 78.99 217.18 188.64 -
System Red Green Blue C M Y K H S L
Decimal 164 5 237 0.31 0.98 0 0.07 281.12 0.96 0.47
Hex A4 5 ED 1F 62 0 7 119 60 2F
Octal 244 5 355 37 142 0 7 431 140 57
Binary 10100100 101 11101101 11111 1100010 0 111 100011001 1100000 101111

Color Harmonies of #A405ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A405ED

Black with #A405ED

Text Example


Text Example

White with #A405ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A405ED; }

 p { color: rgb(164,5,237); }

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

background-color css

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

 a { background-color: rgb(164,5,237); }

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

border-color css

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

 span { border-color: rgb(164,5,237); }

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