Html Css Color HEX #A50ACB Dark Violet

📋 copy color: '#A50ACB'

red 165 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #A50ACB

Tints of Dark Violet #A50ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.65%

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 43.65%
G = 2.65%
B = 53.7%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A50ACB (or 0xA50ACB) is known color: Dark Violet. HEX triplet: A5, 0A and CB. RGB value is (165,10,203). Sum of RGB (Red+Green+Blue) = 165+10+203=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #A50ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50ACB is #5AF534. Grayscale: #4D4D4D. Windows color (decimal): -5961013 or 13306533. OLE color: 13306533.

HSL color Cylindrical-coordinate representation of color #A50ACB: hue angle of 288.19º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50ACB is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 10 203 -
CMYK 0.19 0.95 0 0.20
HSL 288.19º 0.91% 0.42% -
HSV(B) 288.19º 0.95% 0.8% -
XYZ 26.41 12.53 57.53 -
YUV 78.35 198.35 189.81 -
System Red Green Blue C M Y K H S L
Decimal 165 10 203 0.19 0.95 0 0.20 288.19 0.91 0.42
Hex A5 A CB 13 5F 0 14 120 5B 2A
Octal 245 12 313 23 137 0 24 440 133 52
Binary 10100101 1010 11001011 10011 1011111 0 10100 100100000 1011011 101010

Color Harmonies of #A50ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50ACB

Black with #A50ACB

Text Example


Text Example

White with #A50ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50ACB; }

 p { color: rgb(165,10,203); }

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

background-color css

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

 a { background-color: rgb(165,10,203); }

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

border-color css

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

 span { border-color: rgb(165,10,203); }

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