Html Css Color HEX #A30ABF Dark Violet

📋 copy color: '#A30ABF'

red 163 ◦ green 10 ◦ blue 191

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

Shades of Dark Violet #A30ABF

Tints of Dark Violet #A30ABF

RGB

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

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

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

R = 44.78%
G = 2.75%
B = 52.47%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A30ABF (or 0xA30ABF) is known color: Dark Violet. HEX triplet: A3, 0A and BF. RGB value is (163,10,191). Sum of RGB (Red+Green+Blue) = 163+10+191=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #A30ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ABF is #5CF540. Grayscale: #4B4B4B. Windows color (decimal): -6092097 or 12520099. OLE color: 12520099.

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

Color convert

RGB 163 10 191 -
CMYK 0.15 0.95 0 0.25
HSL 290.72º 0.9% 0.39% -
HSV(B) 290.72º 0.95% 0.75% -
XYZ 24.62 11.77 50.26 -
YUV 76.38 192.69 189.78 -
System Red Green Blue C M Y K H S L
Decimal 163 10 191 0.15 0.95 0 0.25 290.72 0.9 0.39
Hex A3 A BF F 5F 0 19 123 5A 27
Octal 243 12 277 17 137 0 31 443 132 47
Binary 10100011 1010 10111111 1111 1011111 0 11001 100100011 1011010 100111

Color Harmonies of #A30ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30ABF

Black with #A30ABF

Text Example


Text Example

White with #A30ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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