Html Css Color HEX #A50BDC Dark Violet

📋 copy color: '#A50BDC'

red 165 ◦ green 11 ◦ blue 220

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

Shades of Dark Violet #A50BDC

Tints of Dark Violet #A50BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 41.67%
G = 2.78%
B = 55.56%

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

#A50BDC (or 0xA50BDC) is known color: Dark Violet. HEX triplet: A5, 0B and DC. RGB value is (165,11,220). Sum of RGB (Red+Green+Blue) = 165+11+220=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #A50BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50BDC is #5AF423. Grayscale: #505050. Windows color (decimal): -5960740 or 14420901. OLE color: 14420901.

HSL color Cylindrical-coordinate representation of color #A50BDC: hue angle of 284.21º 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 #A50BDC is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 11 220 -
CMYK 0.25 0.95 0 0.14
HSL 284.21º 0.9% 0.45% -
HSV(B) 284.21º 0.95% 0.86% -
XYZ 28.55 13.41 68.79 -
YUV 80.87 206.52 188.01 -
System Red Green Blue C M Y K H S L
Decimal 165 11 220 0.25 0.95 0 0.14 284.21 0.9 0.45
Hex A5 B DC 19 5F 0 E 11C 5A 2D
Octal 245 13 334 31 137 0 16 434 132 55
Binary 10100101 1011 11011100 11001 1011111 0 1110 100011100 1011010 101101

Color Harmonies of #A50BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BDC

Black with #A50BDC

Text Example


Text Example

White with #A50BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BDC; }

 p { color: rgb(165,11,220); }

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

background-color css

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

 a { background-color: rgb(165,11,220); }

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

border-color css

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

 span { border-color: rgb(165,11,220); }

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