Html Css Color HEX #A30ECA Dark Violet

📋 copy color: '#A30ECA'

red 163 ◦ green 14 ◦ blue 202

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

Shades of Dark Violet #A30ECA

Tints of Dark Violet #A30ECA

RGB

 RED value IS 163 (64.06% from 255) = 43.01%

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

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 43.01%
G = 3.69%
B = 53.3%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A30ECA (or 0xA30ECA) is known color: Dark Violet. HEX triplet: A3, 0E and CA. RGB value is (163,14,202). Sum of RGB (Red+Green+Blue) = 163+14+202=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #A30ECA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ECA is #5CF135. Grayscale: #4F4F4F. Windows color (decimal): -6091062 or 13242019. OLE color: 13242019.

HSL color Cylindrical-coordinate representation of color #A30ECA: hue angle of 287.55º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30ECA is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 14 202 -
CMYK 0.19 0.93 0 0.21
HSL 287.55º 0.87% 0.42% -
HSV(B) 287.55º 0.93% 0.79% -
XYZ 25.92 12.36 56.9 -
YUV 79.98 196.86 187.21 -
System Red Green Blue C M Y K H S L
Decimal 163 14 202 0.19 0.93 0 0.21 287.55 0.87 0.42
Hex A3 E CA 13 5D 0 15 120 57 2A
Octal 243 16 312 23 135 0 25 440 127 52
Binary 10100011 1110 11001010 10011 1011101 0 10101 100100000 1010111 101010

Color Harmonies of #A30ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30ECA

Black with #A30ECA

Text Example


Text Example

White with #A30ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30ECA; }

 p { color: rgb(163,14,202); }

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

background-color css

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

 a { background-color: rgb(163,14,202); }

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

border-color css

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

 span { border-color: rgb(163,14,202); }

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