Html Css Color HEX #A408EE Dark Violet

📋 copy color: '#A408EE'

red 164 ◦ green 8 ◦ blue 238

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

Shades of Dark Violet #A408EE

Tints of Dark Violet #A408EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.05%

R = 40%
G = 1.95%
B = 58.05%

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

#A408EE (or 0xA408EE) is known color: Dark Violet. HEX triplet: A4, 08 and EE. RGB value is (164,8,238). Sum of RGB (Red+Green+Blue) = 164+8+238=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #A408EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A408EE is #5BF711. Grayscale: #505050. Windows color (decimal): -6027026 or 15599780. OLE color: 15599780.

HSL color Cylindrical-coordinate representation of color #A408EE: hue angle of 280.7º 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 #A408EE is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 8 238 -
CMYK 0.31 0.97 0 0.07
HSL 280.7º 0.93% 0.48% -
HSV(B) 280.7º 0.97% 0.93% -
XYZ 30.83 14.24 82.01 -
YUV 80.86 216.68 187.3 -
System Red Green Blue C M Y K H S L
Decimal 164 8 238 0.31 0.97 0 0.07 280.7 0.93 0.48
Hex A4 8 EE 1F 61 0 7 119 5D 30
Octal 244 10 356 37 141 0 7 431 135 60
Binary 10100100 1000 11101110 11111 1100001 0 111 100011001 1011101 110000

Color Harmonies of #A408EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A408EE

Black with #A408EE

Text Example


Text Example

White with #A408EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A408EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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