Html Css Color HEX #A30AB6 Dark Violet

📋 copy color: '#A30AB6'

red 163 ◦ green 10 ◦ blue 182

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

Shades of Dark Violet #A30AB6

Tints of Dark Violet #A30AB6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.82%

 BLUE value IS 182 (71.48% from 255) = 51.27%

R = 45.92%
G = 2.82%
B = 51.27%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A30AB6 (or 0xA30AB6) is known color: Dark Violet. HEX triplet: A3, 0A and B6. RGB value is (163,10,182). Sum of RGB (Red+Green+Blue) = 163+10+182=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #A30AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30AB6 is #5CF549. Grayscale: #4A4A4A. Windows color (decimal): -6092106 or 11930275. OLE color: 11930275.

HSL color Cylindrical-coordinate representation of color #A30AB6: hue angle of 293.37º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30AB6 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 10 182 -
CMYK 0.10 0.95 0 0.29
HSL 293.37º 0.9% 0.38% -
HSV(B) 293.37º 0.95% 0.71% -
XYZ 23.66 11.38 45.21 -
YUV 75.36 188.19 190.51 -
System Red Green Blue C M Y K H S L
Decimal 163 10 182 0.10 0.95 0 0.29 293.37 0.9 0.38
Hex A3 A B6 A 5F 0 1D 125 5A 26
Octal 243 12 266 12 137 0 35 445 132 46
Binary 10100011 1010 10110110 1010 1011111 0 11101 100100101 1011010 100110

Color Harmonies of #A30AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30AB6

Black with #A30AB6

Text Example


Text Example

White with #A30AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30AB6; }

 p { color: rgb(163,10,182); }

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

background-color css

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

 a { background-color: rgb(163,10,182); }

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

border-color css

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

 span { border-color: rgb(163,10,182); }

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