Html Css Color HEX #A50CDE Dark Violet

📋 copy color: '#A50CDE'

red 165 ◦ green 12 ◦ blue 222

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

Shades of Dark Violet #A50CDE

Tints of Dark Violet #A50CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.64%

R = 41.35%
G = 3.01%
B = 55.64%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A50CDE (or 0xA50CDE) is known color: Dark Violet. HEX triplet: A5, 0C and DE. RGB value is (165,12,222). Sum of RGB (Red+Green+Blue) = 165+12+222=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #A50CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CDE is #5AF321. Grayscale: #515151. Windows color (decimal): -5960482 or 14552229. OLE color: 14552229.

HSL color Cylindrical-coordinate representation of color #A50CDE: hue angle of 283.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50CDE is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 12 222 -
CMYK 0.26 0.95 0 0.13
HSL 283.71º 0.9% 0.46% -
HSV(B) 283.71º 0.95% 0.87% -
XYZ 28.83 13.54 70.2 -
YUV 81.69 207.19 187.42 -
System Red Green Blue C M Y K H S L
Decimal 165 12 222 0.26 0.95 0 0.13 283.71 0.9 0.46
Hex A5 C DE 1A 5F 0 D 11C 5A 2E
Octal 245 14 336 32 137 0 15 434 132 56
Binary 10100101 1100 11011110 11010 1011111 0 1101 100011100 1011010 101110

Color Harmonies of #A50CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50CDE

Black with #A50CDE

Text Example


Text Example

White with #A50CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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