Html Css Color HEX #A30BEB Dark Violet

📋 copy color: '#A30BEB'

red 163 ◦ green 11 ◦ blue 235

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

Shades of Dark Violet #A30BEB

Tints of Dark Violet #A30BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.46%

R = 39.85%
G = 2.69%
B = 57.46%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A30BEB (or 0xA30BEB) is known color: Dark Violet. HEX triplet: A3, 0B and EB. RGB value is (163,11,235). Sum of RGB (Red+Green+Blue) = 163+11+235=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #A30BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A30BEB is #5CF414. Grayscale: #515151. Windows color (decimal): -6091797 or 15403939. OLE color: 15403939.

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

Color convert

RGB 163 11 235 -
CMYK 0.31 0.95 0 0.08
HSL 280.71º 0.91% 0.48% -
HSV(B) 280.71º 0.95% 0.92% -
XYZ 30.22 14.02 79.71 -
YUV 81.98 214.36 185.79 -
System Red Green Blue C M Y K H S L
Decimal 163 11 235 0.31 0.95 0 0.08 280.71 0.91 0.48
Hex A3 B EB 1F 5F 0 8 119 5B 30
Octal 243 13 353 37 137 0 10 431 133 60
Binary 10100011 1011 11101011 11111 1011111 0 1000 100011001 1011011 110000

Color Harmonies of #A30BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30BEB

Black with #A30BEB

Text Example


Text Example

White with #A30BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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