Html Css Color HEX #A800EA Dark Violet

📋 copy color: '#A800EA'

red 168 ◦ green 0 ◦ blue 234

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

Shades of Dark Violet #A800EA

Tints of Dark Violet #A800EA

RGB

 RED value IS 168 (66.02% from 255) = 41.79%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 58.21%

R = 41.79%
G = 0%
B = 58.21%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A800EA (or 0xA800EA) is known color: Dark Violet. HEX triplet: A8, 00 and EA. RGB value is (168,0,234). Sum of RGB (Red+Green+Blue) = 168+0+234=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #A800EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A800EA is #57FF15. Grayscale: #4C4C4C. Windows color (decimal): -5766934 or 15335592. OLE color: 15335592.

HSL color Cylindrical-coordinate representation of color #A800EA: hue angle of 283.08º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A800EA is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 0 234 -
CMYK 0.28 1 0 0.08
HSL 283.08º 1% 0.46% -
HSV(B) 283.08º 1% 0.92% -
XYZ 31 14.27 78.96 -
YUV 76.91 216.66 192.97 -
System Red Green Blue C M Y K H S L
Decimal 168 0 234 0.28 1 0 0.08 283.08 1 0.46
Hex A8 0 EA 1C 64 0 8 11B 64 2E
Octal 250 0 352 34 144 0 10 433 144 56
Binary 10101000 0 11101010 11100 1100100 0 1000 100011011 1100100 101110

Color Harmonies of #A800EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A800EA

Black with #A800EA

Text Example


Text Example

White with #A800EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A800EA; }

 p { color: rgb(168,0,234); }

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

background-color css

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

 a { background-color: rgb(168,0,234); }

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

border-color css

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

 span { border-color: rgb(168,0,234); }

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