Html Css Color HEX #A30BDB Dark Violet

📋 copy color: '#A30BDB'

red 163 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #A30BDB

Tints of Dark Violet #A30BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.8%

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

R = 41.48%
G = 2.8%
B = 55.73%

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

#A30BDB (or 0xA30BDB) is known color: Dark Violet. HEX triplet: A3, 0B and DB. RGB value is (163,11,219). Sum of RGB (Red+Green+Blue) = 163+11+219=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #A30BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BDB is #5CF424. Grayscale: #4F4F4F. Windows color (decimal): -6091813 or 14355363. OLE color: 14355363.

HSL color Cylindrical-coordinate representation of color #A30BDB: hue angle of 283.85º degrees, saturation: 0.9, 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 #A30BDB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 11 219 -
CMYK 0.26 0.95 0 0.14
HSL 283.85º 0.9% 0.45% -
HSV(B) 283.85º 0.95% 0.86% -
XYZ 28.01 13.14 68.08 -
YUV 80.16 206.36 187.09 -
System Red Green Blue C M Y K H S L
Decimal 163 11 219 0.26 0.95 0 0.14 283.85 0.9 0.45
Hex A3 B DB 1A 5F 0 E 11C 5A 2D
Octal 243 13 333 32 137 0 16 434 132 55
Binary 10100011 1011 11011011 11010 1011111 0 1110 100011100 1011010 101101

Color Harmonies of #A30BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BDB

Black with #A30BDB

Text Example


Text Example

White with #A30BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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