Html Css Color HEX #A801EA Dark Violet

📋 copy color: '#A801EA'

red 168 ◦ green 1 ◦ blue 234

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

Shades of Dark Violet #A801EA

Tints of Dark Violet #A801EA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 41.69%
G = 0.25%
B = 58.06%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A801EA (or 0xA801EA) is known color: Dark Violet. HEX triplet: A8, 01 and EA. RGB value is (168,1,234). Sum of RGB (Red+Green+Blue) = 168+1+234=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #A801EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A801EA is #57FE15. Grayscale: #4C4C4C. Windows color (decimal): -5766678 or 15335848. OLE color: 15335848.

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

Color convert

RGB 168 1 234 -
CMYK 0.28 1.00 0 0.08
HSL 283º 0.99% 0.46% -
HSV(B) 283º 1% 0.92% -
XYZ 31.01 14.29 78.97 -
YUV 77.5 216.33 192.55 -
System Red Green Blue C M Y K H S L
Decimal 168 1 234 0.28 1.00 0 0.08 283 0.99 0.46
Hex A8 1 EA 1C 64 0 8 11B 63 2E
Octal 250 1 352 34 144 0 10 433 143 56
Binary 10101000 1 11101010 11100 1100100 0 1000 100011011 1100011 101110

Color Harmonies of #A801EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A801EA

Black with #A801EA

Text Example


Text Example

White with #A801EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A801EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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