Html Css Color HEX #A50CEC Dark Violet

📋 copy color: '#A50CEC'

red 165 ◦ green 12 ◦ blue 236

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

Shades of Dark Violet #A50CEC

Tints of Dark Violet #A50CEC

RGB

 RED value IS 165 (64.84% from 255) = 39.95%

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

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

R = 39.95%
G = 2.91%
B = 57.14%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A50CEC (or 0xA50CEC) is known color: Dark Violet. HEX triplet: A5, 0C and EC. RGB value is (165,12,236). Sum of RGB (Red+Green+Blue) = 165+12+236=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #A50CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50CEC is #5AF313. Grayscale: #525252. Windows color (decimal): -5960468 or 15469733. OLE color: 15469733.

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

Color convert

RGB 165 12 236 -
CMYK 0.30 0.95 0 0.07
HSL 280.98º 0.9% 0.49% -
HSV(B) 280.98º 0.95% 0.93% -
XYZ 30.79 14.32 80.5 -
YUV 83.28 214.19 186.29 -
System Red Green Blue C M Y K H S L
Decimal 165 12 236 0.30 0.95 0 0.07 280.98 0.9 0.49
Hex A5 C EC 1E 5F 0 7 119 5A 31
Octal 245 14 354 36 137 0 7 431 132 61
Binary 10100101 1100 11101100 11110 1011111 0 111 100011001 1011010 110001

Color Harmonies of #A50CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50CEC

Black with #A50CEC

Text Example


Text Example

White with #A50CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50CEC; }

 p { color: rgb(165,12,236); }

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

background-color css

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

 a { background-color: rgb(165,12,236); }

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

border-color css

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

 span { border-color: rgb(165,12,236); }

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