Html Css Color HEX #A10CEB Dark Violet

📋 copy color: '#A10CEB'

red 161 ◦ green 12 ◦ blue 235

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

Shades of Dark Violet #A10CEB

Tints of Dark Violet #A10CEB

RGB

 RED value IS 161 (63.28% from 255) = 39.46%

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

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

R = 39.46%
G = 2.94%
B = 57.6%

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

#A10CEB (or 0xA10CEB) is known color: Dark Violet. HEX triplet: A1, 0C and EB. RGB value is (161,12,235). Sum of RGB (Red+Green+Blue) = 161+12+235=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #A10CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10CEB is #5EF314. Grayscale: #515151. Windows color (decimal): -6222613 or 15404193. OLE color: 15404193.

HSL color Cylindrical-coordinate representation of color #A10CEB: hue angle of 280.09º degrees, saturation: 0.9, 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 #A10CEB is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 12 235 -
CMYK 0.31 0.95 0 0.08
HSL 280.09º 0.9% 0.48% -
HSV(B) 280.09º 0.95% 0.92% -
XYZ 29.82 13.84 79.7 -
YUV 81.97 214.36 184.37 -
System Red Green Blue C M Y K H S L
Decimal 161 12 235 0.31 0.95 0 0.08 280.09 0.9 0.48
Hex A1 C EB 1F 5F 0 8 118 5A 30
Octal 241 14 353 37 137 0 10 430 132 60
Binary 10100001 1100 11101011 11111 1011111 0 1000 100011000 1011010 110000

Color Harmonies of #A10CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10CEB

Black with #A10CEB

Text Example


Text Example

White with #A10CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10CEB; }

 p { color: rgb(161,12,235); }

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

background-color css

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

 a { background-color: rgb(161,12,235); }

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

border-color css

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

 span { border-color: rgb(161,12,235); }

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