Html Css Color HEX #A30ECD Dark Violet

📋 copy color: '#A30ECD'

red 163 ◦ green 14 ◦ blue 205

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

Shades of Dark Violet #A30ECD

Tints of Dark Violet #A30ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 42.67%
G = 3.66%
B = 53.66%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A30ECD (or 0xA30ECD) is known color: Dark Violet. HEX triplet: A3, 0E and CD. RGB value is (163,14,205). Sum of RGB (Red+Green+Blue) = 163+14+205=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #A30ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ECD is #5CF132. Grayscale: #4F4F4F. Windows color (decimal): -6091059 or 13438627. OLE color: 13438627.

HSL color Cylindrical-coordinate representation of color #A30ECD: hue angle of 286.81º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30ECD is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 14 205 -
CMYK 0.20 0.93 0 0.20
HSL 286.81º 0.87% 0.43% -
HSV(B) 286.81º 0.93% 0.8% -
XYZ 26.28 12.51 58.79 -
YUV 80.33 198.36 186.97 -
System Red Green Blue C M Y K H S L
Decimal 163 14 205 0.20 0.93 0 0.20 286.81 0.87 0.43
Hex A3 E CD 14 5D 0 14 11F 57 2B
Octal 243 16 315 24 135 0 24 437 127 53
Binary 10100011 1110 11001101 10100 1011101 0 10100 100011111 1010111 101011

Color Harmonies of #A30ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30ECD

Black with #A30ECD

Text Example


Text Example

White with #A30ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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