Html Css Color HEX #A30EBB Dark Violet

📋 copy color: '#A30EBB'

red 163 ◦ green 14 ◦ blue 187

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

Shades of Dark Violet #A30EBB

Tints of Dark Violet #A30EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.37%

R = 44.78%
G = 3.85%
B = 51.37%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A30EBB (or 0xA30EBB) is known color: Dark Violet. HEX triplet: A3, 0E and BB. RGB value is (163,14,187). Sum of RGB (Red+Green+Blue) = 163+14+187=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #A30EBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30EBB is #5CF144. Grayscale: #4D4D4D. Windows color (decimal): -6091077 or 12258979. OLE color: 12258979.

HSL color Cylindrical-coordinate representation of color #A30EBB: hue angle of 291.68º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30EBB is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 14 187 -
CMYK 0.13 0.93 0 0.27
HSL 291.68º 0.86% 0.39% -
HSV(B) 291.68º 0.93% 0.73% -
XYZ 24.23 11.69 47.99 -
YUV 78.27 189.36 188.43 -
System Red Green Blue C M Y K H S L
Decimal 163 14 187 0.13 0.93 0 0.27 291.68 0.86 0.39
Hex A3 E BB D 5D 0 1B 124 56 27
Octal 243 16 273 15 135 0 33 444 126 47
Binary 10100011 1110 10111011 1101 1011101 0 11011 100100100 1010110 100111

Color Harmonies of #A30EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30EBB

Black with #A30EBB

Text Example


Text Example

White with #A30EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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