Html Css Color HEX #A408ED Dark Violet

📋 copy color: '#A408ED'

red 164 ◦ green 8 ◦ blue 237

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

Shades of Dark Violet #A408ED

Tints of Dark Violet #A408ED

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.96%

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

R = 40.1%
G = 1.96%
B = 57.95%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A408ED (or 0xA408ED) is known color: Dark Violet. HEX triplet: A4, 08 and ED. RGB value is (164,8,237). Sum of RGB (Red+Green+Blue) = 164+8+237=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #A408ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A408ED is #5BF712. Grayscale: #4F4F4F. Windows color (decimal): -6027027 or 15534244. OLE color: 15534244.

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

Color convert

RGB 164 8 237 -
CMYK 0.31 0.97 0 0.07
HSL 280.87º 0.93% 0.48% -
HSV(B) 280.87º 0.97% 0.93% -
XYZ 30.68 14.18 81.24 -
YUV 80.75 216.18 187.38 -
System Red Green Blue C M Y K H S L
Decimal 164 8 237 0.31 0.97 0 0.07 280.87 0.93 0.48
Hex A4 8 ED 1F 61 0 7 119 5D 30
Octal 244 10 355 37 141 0 7 431 135 60
Binary 10100100 1000 11101101 11111 1100001 0 111 100011001 1011101 110000

Color Harmonies of #A408ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A408ED

Black with #A408ED

Text Example


Text Example

White with #A408ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A408ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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