Html Css Color HEX #A30EBF Dark Violet

📋 copy color: '#A30EBF'

red 163 ◦ green 14 ◦ blue 191

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

Shades of Dark Violet #A30EBF

Tints of Dark Violet #A30EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.9%

R = 44.29%
G = 3.8%
B = 51.9%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A30EBF (or 0xA30EBF) is known color: Dark Violet. HEX triplet: A3, 0E and BF. RGB value is (163,14,191). Sum of RGB (Red+Green+Blue) = 163+14+191=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #A30EBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30EBF is #5CF140. Grayscale: #4E4E4E. Windows color (decimal): -6091073 or 12521123. OLE color: 12521123.

HSL color Cylindrical-coordinate representation of color #A30EBF: hue angle of 290.51º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30EBF is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 14 191 -
CMYK 0.15 0.93 0 0.25
HSL 290.51º 0.86% 0.4% -
HSV(B) 290.51º 0.93% 0.75% -
XYZ 24.67 11.86 50.28 -
YUV 78.73 191.36 188.11 -
System Red Green Blue C M Y K H S L
Decimal 163 14 191 0.15 0.93 0 0.25 290.51 0.86 0.4
Hex A3 E BF F 5D 0 19 123 56 28
Octal 243 16 277 17 135 0 31 443 126 50
Binary 10100011 1110 10111111 1111 1011101 0 11001 100100011 1010110 101000

Color Harmonies of #A30EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30EBF

Black with #A30EBF

Text Example


Text Example

White with #A30EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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