Html Css Color HEX #A50CDB Dark Violet

📋 copy color: '#A50CDB'

red 165 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #A50CDB

Tints of Dark Violet #A50CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.3%

R = 41.67%
G = 3.03%
B = 55.3%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A50CDB (or 0xA50CDB) is known color: Dark Violet. HEX triplet: A5, 0C and DB. RGB value is (165,12,219). Sum of RGB (Red+Green+Blue) = 165+12+219=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #A50CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CDB is #5AF324. Grayscale: #505050. Windows color (decimal): -5960485 or 14355621. OLE color: 14355621.

HSL color Cylindrical-coordinate representation of color #A50CDB: hue angle of 284.35º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50CDB is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 12 219 -
CMYK 0.25 0.95 0 0.14
HSL 284.35º 0.9% 0.45% -
HSV(B) 284.35º 0.95% 0.86% -
XYZ 28.43 13.38 68.1 -
YUV 81.35 205.69 187.67 -
System Red Green Blue C M Y K H S L
Decimal 165 12 219 0.25 0.95 0 0.14 284.35 0.9 0.45
Hex A5 C DB 19 5F 0 E 11C 5A 2D
Octal 245 14 333 31 137 0 16 434 132 55
Binary 10100101 1100 11011011 11001 1011111 0 1110 100011100 1011010 101101

Color Harmonies of #A50CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50CDB

Black with #A50CDB

Text Example


Text Example

White with #A50CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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