Html Css Color HEX #A30ADB Dark Violet

📋 copy color: '#A30ADB'

red 163 ◦ green 10 ◦ blue 219

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

Shades of Dark Violet #A30ADB

Tints of Dark Violet #A30ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.87%

R = 41.58%
G = 2.55%
B = 55.87%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A30ADB (or 0xA30ADB) is known color: Dark Violet. HEX triplet: A3, 0A and DB. RGB value is (163,10,219). Sum of RGB (Red+Green+Blue) = 163+10+219=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #A30ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ADB is #5CF524. Grayscale: #4E4E4E. Windows color (decimal): -6092069 or 14355107. OLE color: 14355107.

HSL color Cylindrical-coordinate representation of color #A30ADB: hue angle of 283.92º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30ADB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 10 219 -
CMYK 0.26 0.95 0 0.14
HSL 283.92º 0.91% 0.45% -
HSV(B) 283.92º 0.95% 0.86% -
XYZ 28 13.12 68.07 -
YUV 79.57 206.69 187.51 -
System Red Green Blue C M Y K H S L
Decimal 163 10 219 0.26 0.95 0 0.14 283.92 0.91 0.45
Hex A3 A DB 1A 5F 0 E 11C 5B 2D
Octal 243 12 333 32 137 0 16 434 133 55
Binary 10100011 1010 11011011 11010 1011111 0 1110 100011100 1011011 101101

Color Harmonies of #A30ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30ADB

Black with #A30ADB

Text Example


Text Example

White with #A30ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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