Html Css Color HEX #A30BB0 Dark Violet

📋 copy color: '#A30BB0'

red 163 ◦ green 11 ◦ blue 176

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

Shades of Dark Violet #A30BB0

Tints of Dark Violet #A30BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 50.29%

R = 46.57%
G = 3.14%
B = 50.29%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A30BB0 (or 0xA30BB0) is known color: Dark Violet. HEX triplet: A3, 0B and B0. RGB value is (163,11,176). Sum of RGB (Red+Green+Blue) = 163+11+176=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #A30BB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30BB0 is #5CF44F. Grayscale: #4A4A4A. Windows color (decimal): -6091856 or 11537315. OLE color: 11537315.

HSL color Cylindrical-coordinate representation of color #A30BB0: hue angle of 295.27º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30BB0 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 11 176 -
CMYK 0.07 0.94 0 0.31
HSL 295.27º 0.88% 0.37% -
HSV(B) 295.27º 0.94% 0.69% -
XYZ 23.06 11.16 42.01 -
YUV 75.26 184.86 190.58 -
System Red Green Blue C M Y K H S L
Decimal 163 11 176 0.07 0.94 0 0.31 295.27 0.88 0.37
Hex A3 B B0 7 5E 0 1F 127 58 25
Octal 243 13 260 7 136 0 37 447 130 45
Binary 10100011 1011 10110000 111 1011110 0 11111 100100111 1011000 100101

Color Harmonies of #A30BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BB0

Black with #A30BB0

Text Example


Text Example

White with #A30BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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