Html Css Color HEX #A00EEE Dark Violet

📋 copy color: '#A00EEE'

red 160 ◦ green 14 ◦ blue 238

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

Shades of Dark Violet #A00EEE

Tints of Dark Violet #A00EEE

RGB

 RED value IS 160 (62.89% from 255) = 38.83%

 GREEN value IS 14 (5.86% from 255) = 3.4%

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

R = 38.83%
G = 3.4%
B = 57.77%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A00EEE (or 0xA00EEE) is known color: Dark Violet. HEX triplet: A0, 0E and EE. RGB value is (160,14,238). Sum of RGB (Red+Green+Blue) = 160+14+238=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #A00EEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00EEE is #5FF111. Grayscale: #525252. Windows color (decimal): -6287634 or 15601312. OLE color: 15601312.

HSL color Cylindrical-coordinate representation of color #A00EEE: hue angle of 279.11º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00EEE is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 14 238 -
CMYK 0.33 0.94 0 0.07
HSL 279.11º 0.89% 0.49% -
HSV(B) 279.11º 0.94% 0.93% -
XYZ 30.09 13.96 82 -
YUV 83.19 215.37 182.79 -
System Red Green Blue C M Y K H S L
Decimal 160 14 238 0.33 0.94 0 0.07 279.11 0.89 0.49
Hex A0 E EE 21 5E 0 7 117 59 31
Octal 240 16 356 41 136 0 7 427 131 61
Binary 10100000 1110 11101110 100001 1011110 0 111 100010111 1011001 110001

Color Harmonies of #A00EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00EEE

Black with #A00EEE

Text Example


Text Example

White with #A00EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00EEE; }

 p { color: rgb(160,14,238); }

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

background-color css

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

 a { background-color: rgb(160,14,238); }

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

border-color css

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

 span { border-color: rgb(160,14,238); }

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