Html Css Color HEX #A30BBB Dark Violet

📋 copy color: '#A30BBB'

red 163 ◦ green 11 ◦ blue 187

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

Shades of Dark Violet #A30BBB

Tints of Dark Violet #A30BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.8%

R = 45.15%
G = 3.05%
B = 51.8%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A30BBB (or 0xA30BBB) is known color: Dark Violet. HEX triplet: A3, 0B and BB. RGB value is (163,11,187). Sum of RGB (Red+Green+Blue) = 163+11+187=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #A30BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BBB is #5CF444. Grayscale: #4B4B4B. Windows color (decimal): -6091845 or 12258211. OLE color: 12258211.

HSL color Cylindrical-coordinate representation of color #A30BBB: hue angle of 291.82º 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 #A30BBB is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 11 187 -
CMYK 0.13 0.94 0 0.27
HSL 291.82º 0.89% 0.39% -
HSV(B) 291.82º 0.94% 0.73% -
XYZ 24.19 11.61 47.98 -
YUV 76.51 190.36 189.69 -
System Red Green Blue C M Y K H S L
Decimal 163 11 187 0.13 0.94 0 0.27 291.82 0.89 0.39
Hex A3 B BB D 5E 0 1B 124 59 27
Octal 243 13 273 15 136 0 33 444 131 47
Binary 10100011 1011 10111011 1101 1011110 0 11011 100100100 1011001 100111

Color Harmonies of #A30BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BBB

Black with #A30BBB

Text Example


Text Example

White with #A30BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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