Html Css Color HEX #A30BD6 Dark Violet

📋 copy color: '#A30BD6'

red 163 ◦ green 11 ◦ blue 214

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

Shades of Dark Violet #A30BD6

Tints of Dark Violet #A30BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 55.15%

R = 42.01%
G = 2.84%
B = 55.15%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A30BD6 (or 0xA30BD6) is known color: Dark Violet. HEX triplet: A3, 0B and D6. RGB value is (163,11,214). Sum of RGB (Red+Green+Blue) = 163+11+214=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 214 (83.98% from 255 or 55.15% from 388); Max value from RGB is 214 - color contains mainly: blue. Hex color #A30BD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BD6 is #5CF429. Grayscale: #4E4E4E. Windows color (decimal): -6091818 or 14027683. OLE color: 14027683.

HSL color Cylindrical-coordinate representation of color #A30BD6: hue angle of 284.93º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30BD6 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 11 214 -
CMYK 0.24 0.95 0 0.16
HSL 284.93º 0.9% 0.44% -
HSV(B) 284.93º 0.95% 0.84% -
XYZ 27.36 12.88 64.66 -
YUV 79.59 203.86 187.49 -
System Red Green Blue C M Y K H S L
Decimal 163 11 214 0.24 0.95 0 0.16 284.93 0.9 0.44
Hex A3 B D6 18 5F 0 10 11D 5A 2C
Octal 243 13 326 30 137 0 20 435 132 54
Binary 10100011 1011 11010110 11000 1011111 0 10000 100011101 1011010 101100

Color Harmonies of #A30BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BD6

Black with #A30BD6

Text Example


Text Example

White with #A30BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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