Html Css Color HEX #A30BD8 Dark Violet

📋 copy color: '#A30BD8'

red 163 ◦ green 11 ◦ blue 216

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

Shades of Dark Violet #A30BD8

Tints of Dark Violet #A30BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 55.38%

R = 41.79%
G = 2.82%
B = 55.38%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A30BD8 (or 0xA30BD8) is known color: Dark Violet. HEX triplet: A3, 0B and D8. RGB value is (163,11,216). Sum of RGB (Red+Green+Blue) = 163+11+216=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 216 (84.77% from 255 or 55.38% from 390); Max value from RGB is 216 - color contains mainly: blue. Hex color #A30BD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BD8 is #5CF427. Grayscale: #4F4F4F. Windows color (decimal): -6091816 or 14158755. OLE color: 14158755.

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

Color convert

RGB 163 11 216 -
CMYK 0.25 0.95 0 0.15
HSL 284.49º 0.9% 0.45% -
HSV(B) 284.49º 0.95% 0.85% -
XYZ 27.62 12.98 66.02 -
YUV 79.82 204.86 187.33 -
System Red Green Blue C M Y K H S L
Decimal 163 11 216 0.25 0.95 0 0.15 284.49 0.9 0.45
Hex A3 B D8 19 5F 0 F 11C 5A 2D
Octal 243 13 330 31 137 0 17 434 132 55
Binary 10100011 1011 11011000 11001 1011111 0 1111 100011100 1011010 101101

Color Harmonies of #A30BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BD8

Black with #A30BD8

Text Example


Text Example

White with #A30BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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