Html Css Color HEX #A30BBA Dark Violet

📋 copy color: '#A30BBA'

red 163 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #A30BBA

Tints of Dark Violet #A30BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 45.28%
G = 3.06%
B = 51.67%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A30BBA (or 0xA30BBA) is known color: Dark Violet. HEX triplet: A3, 0B and BA. RGB value is (163,11,186). Sum of RGB (Red+Green+Blue) = 163+11+186=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #A30BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BBA is #5CF445. Grayscale: #4B4B4B. Windows color (decimal): -6091846 or 12192675. OLE color: 12192675.

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

Color convert

RGB 163 11 186 -
CMYK 0.12 0.94 0 0.27
HSL 292.11º 0.89% 0.39% -
HSV(B) 292.11º 0.94% 0.73% -
XYZ 24.09 11.57 47.42 -
YUV 76.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 163 11 186 0.12 0.94 0 0.27 292.11 0.89 0.39
Hex A3 B BA C 5E 0 1B 124 59 27
Octal 243 13 272 14 136 0 33 444 131 47
Binary 10100011 1011 10111010 1100 1011110 0 11011 100100100 1011001 100111

Color Harmonies of #A30BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BBA

Black with #A30BBA

Text Example


Text Example

White with #A30BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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