Html Css Color HEX #A30BEC Dark Violet

📋 copy color: '#A30BEC'

red 163 ◦ green 11 ◦ blue 236

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

Shades of Dark Violet #A30BEC

Tints of Dark Violet #A30BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.56%

R = 39.76%
G = 2.68%
B = 57.56%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A30BEC (or 0xA30BEC) is known color: Dark Violet. HEX triplet: A3, 0B and EC. RGB value is (163,11,236). Sum of RGB (Red+Green+Blue) = 163+11+236=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #A30BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30BEC is #5CF413. Grayscale: #515151. Windows color (decimal): -6091796 or 15469475. OLE color: 15469475.

HSL color Cylindrical-coordinate representation of color #A30BEC: hue angle of 280.53º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30BEC is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 11 236 -
CMYK 0.31 0.95 0 0.07
HSL 280.53º 0.91% 0.48% -
HSV(B) 280.53º 0.95% 0.93% -
XYZ 30.36 14.08 80.47 -
YUV 82.1 214.86 185.7 -
System Red Green Blue C M Y K H S L
Decimal 163 11 236 0.31 0.95 0 0.07 280.53 0.91 0.48
Hex A3 B EC 1F 5F 0 7 119 5B 30
Octal 243 13 354 37 137 0 7 431 133 60
Binary 10100011 1011 11101100 11111 1011111 0 111 100011001 1011011 110000

Color Harmonies of #A30BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BEC

Black with #A30BEC

Text Example


Text Example

White with #A30BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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