Html Css Color HEX #A30CBF Dark Violet

📋 copy color: '#A30CBF'

red 163 ◦ green 12 ◦ blue 191

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

Shades of Dark Violet #A30CBF

Tints of Dark Violet #A30CBF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.28%

 BLUE value IS 191 (75% from 255) = 52.19%

R = 44.54%
G = 3.28%
B = 52.19%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A30CBF (or 0xA30CBF) is known color: Dark Violet. HEX triplet: A3, 0C and BF. RGB value is (163,12,191). Sum of RGB (Red+Green+Blue) = 163+12+191=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #A30CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CBF is #5CF340. Grayscale: #4C4C4C. Windows color (decimal): -6091585 or 12520611. OLE color: 12520611.

HSL color Cylindrical-coordinate representation of color #A30CBF: hue angle of 290.61º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30CBF is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 12 191 -
CMYK 0.15 0.94 0 0.25
HSL 290.61º 0.88% 0.4% -
HSV(B) 290.61º 0.94% 0.75% -
XYZ 24.64 11.81 50.27 -
YUV 77.56 192.03 188.95 -
System Red Green Blue C M Y K H S L
Decimal 163 12 191 0.15 0.94 0 0.25 290.61 0.88 0.4
Hex A3 C BF F 5E 0 19 123 58 28
Octal 243 14 277 17 136 0 31 443 130 50
Binary 10100011 1100 10111111 1111 1011110 0 11001 100100011 1011000 101000

Color Harmonies of #A30CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30CBF

Black with #A30CBF

Text Example


Text Example

White with #A30CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30CBF; }

 p { color: rgb(163,12,191); }

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

background-color css

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

 a { background-color: rgb(163,12,191); }

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

border-color css

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

 span { border-color: rgb(163,12,191); }

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