Html Css Color HEX #A30BBC Dark Violet

📋 copy color: '#A30BBC'

red 163 ◦ green 11 ◦ blue 188

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

Shades of Dark Violet #A30BBC

Tints of Dark Violet #A30BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 45.03%
G = 3.04%
B = 51.93%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A30BBC (or 0xA30BBC) is known color: Dark Violet. HEX triplet: A3, 0B and BC. RGB value is (163,11,188). Sum of RGB (Red+Green+Blue) = 163+11+188=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #A30BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BBC is #5CF443. Grayscale: #4C4C4C. Windows color (decimal): -6091844 or 12323747. OLE color: 12323747.

HSL color Cylindrical-coordinate representation of color #A30BBC: hue angle of 291.53º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30BBC is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 11 188 -
CMYK 0.13 0.94 0 0.26
HSL 291.53º 0.89% 0.39% -
HSV(B) 291.53º 0.94% 0.74% -
XYZ 24.3 11.66 48.55 -
YUV 76.63 190.86 189.61 -
System Red Green Blue C M Y K H S L
Decimal 163 11 188 0.13 0.94 0 0.26 291.53 0.89 0.39
Hex A3 B BC D 5E 0 1A 124 59 27
Octal 243 13 274 15 136 0 32 444 131 47
Binary 10100011 1011 10111100 1101 1011110 0 11010 100100100 1011001 100111

Color Harmonies of #A30BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BBC

Black with #A30BBC

Text Example


Text Example

White with #A30BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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