Html Css Color HEX #A30FBD Dark Violet

📋 copy color: '#A30FBD'

red 163 ◦ green 15 ◦ blue 189

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

Shades of Dark Violet #A30FBD

Tints of Dark Violet #A30FBD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.09%

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 44.41%
G = 4.09%
B = 51.5%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A30FBD (or 0xA30FBD) is known color: Dark Violet. HEX triplet: A3, 0F and BD. RGB value is (163,15,189). Sum of RGB (Red+Green+Blue) = 163+15+189=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #A30FBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30FBD is #5CF042. Grayscale: #4E4E4E. Windows color (decimal): -6090819 or 12390307. OLE color: 12390307.

HSL color Cylindrical-coordinate representation of color #A30FBD: hue angle of 291.03º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30FBD is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 15 189 -
CMYK 0.14 0.92 0 0.26
HSL 291.03º 0.85% 0.4% -
HSV(B) 291.03º 0.92% 0.74% -
XYZ 24.46 11.8 49.13 -
YUV 79.09 190.03 187.85 -
System Red Green Blue C M Y K H S L
Decimal 163 15 189 0.14 0.92 0 0.26 291.03 0.85 0.4
Hex A3 F BD E 5C 0 1A 123 55 28
Octal 243 17 275 16 134 0 32 443 125 50
Binary 10100011 1111 10111101 1110 1011100 0 11010 100100011 1010101 101000

Color Harmonies of #A30FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30FBD

Black with #A30FBD

Text Example


Text Example

White with #A30FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30FBD; }

 p { color: rgb(163,15,189); }

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

background-color css

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

 a { background-color: rgb(163,15,189); }

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

border-color css

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

 span { border-color: rgb(163,15,189); }

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