Html Css Color HEX #A30EB3 Dark Violet

📋 copy color: '#A30EB3'

red 163 ◦ green 14 ◦ blue 179

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

Shades of Dark Violet #A30EB3

Tints of Dark Violet #A30EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.28%

R = 45.79%
G = 3.93%
B = 50.28%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A30EB3 (or 0xA30EB3) is known color: Dark Violet. HEX triplet: A3, 0E and B3. RGB value is (163,14,179). Sum of RGB (Red+Green+Blue) = 163+14+179=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 179 (70.31% from 255 or 50.28% from 356); Max value from RGB is 179 - color contains mainly: blue. Hex color #A30EB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30EB3 is #5CF14C. Grayscale: #4C4C4C. Windows color (decimal): -6091085 or 11734691. OLE color: 11734691.

HSL color Cylindrical-coordinate representation of color #A30EB3: hue angle of 294.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30EB3 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 14 179 -
CMYK 0.09 0.92 0 0.30
HSL 294.18º 0.85% 0.38% -
HSV(B) 294.18º 0.92% 0.7% -
XYZ 23.4 11.36 43.61 -
YUV 77.36 185.36 189.08 -
System Red Green Blue C M Y K H S L
Decimal 163 14 179 0.09 0.92 0 0.30 294.18 0.85 0.38
Hex A3 E B3 9 5C 0 1E 126 55 26
Octal 243 16 263 11 134 0 36 446 125 46
Binary 10100011 1110 10110011 1001 1011100 0 11110 100100110 1010101 100110

Color Harmonies of #A30EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30EB3

Black with #A30EB3

Text Example


Text Example

White with #A30EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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