Html Css Color HEX #A30BD5 Dark Violet

📋 copy color: '#A30BD5'

red 163 ◦ green 11 ◦ blue 213

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

Shades of Dark Violet #A30BD5

Tints of Dark Violet #A30BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 55.04%

R = 42.12%
G = 2.84%
B = 55.04%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A30BD5 (or 0xA30BD5) is known color: Dark Violet. HEX triplet: A3, 0B and D5. RGB value is (163,11,213). Sum of RGB (Red+Green+Blue) = 163+11+213=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 213 (83.59% from 255 or 55.04% from 387); Max value from RGB is 213 - color contains mainly: blue. Hex color #A30BD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BD5 is #5CF42A. Grayscale: #4E4E4E. Windows color (decimal): -6091819 or 13962147. OLE color: 13962147.

HSL color Cylindrical-coordinate representation of color #A30BD5: hue angle of 285.15º 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 #A30BD5 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 11 213 -
CMYK 0.23 0.95 0 0.16
HSL 285.15º 0.9% 0.44% -
HSV(B) 285.15º 0.95% 0.84% -
XYZ 27.23 12.83 63.99 -
YUV 79.48 203.36 187.57 -
System Red Green Blue C M Y K H S L
Decimal 163 11 213 0.23 0.95 0 0.16 285.15 0.9 0.44
Hex A3 B D5 17 5F 0 10 11D 5A 2C
Octal 243 13 325 27 137 0 20 435 132 54
Binary 10100011 1011 11010101 10111 1011111 0 10000 100011101 1011010 101100

Color Harmonies of #A30BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BD5

Black with #A30BD5

Text Example


Text Example

White with #A30BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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