Html Css Color HEX #A014EA Dark Violet

📋 copy color: '#A014EA'

red 160 ◦ green 20 ◦ blue 234

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

Shades of Dark Violet #A014EA

Tints of Dark Violet #A014EA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.83%

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

R = 38.65%
G = 4.83%
B = 56.52%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A014EA (or 0xA014EA) is known color: Dark Violet. HEX triplet: A0, 14 and EA. RGB value is (160,20,234). Sum of RGB (Red+Green+Blue) = 160+20+234=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #A014EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A014EA is #5FEB15. Grayscale: #555555. Windows color (decimal): -6286102 or 15340704. OLE color: 15340704.

HSL color Cylindrical-coordinate representation of color #A014EA: hue angle of 279.25º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A014EA is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 20 234 -
CMYK 0.32 0.91 0 0.08
HSL 279.25º 0.84% 0.5% -
HSV(B) 279.25º 0.91% 0.92% -
XYZ 29.6 13.91 78.97 -
YUV 86.26 211.38 180.6 -
System Red Green Blue C M Y K H S L
Decimal 160 20 234 0.32 0.91 0 0.08 279.25 0.84 0.5
Hex A0 14 EA 20 5B 0 8 117 54 32
Octal 240 24 352 40 133 0 10 427 124 62
Binary 10100000 10100 11101010 100000 1011011 0 1000 100010111 1010100 110010

Color Harmonies of #A014EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A014EA

Black with #A014EA

Text Example


Text Example

White with #A014EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A014EA; }

 p { color: rgb(160,20,234); }

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

background-color css

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

 a { background-color: rgb(160,20,234); }

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

border-color css

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

 span { border-color: rgb(160,20,234); }

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