Html Css Color HEX #A50ABB Dark Violet

📋 copy color: '#A50ABB'

red 165 ◦ green 10 ◦ blue 187

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

Shades of Dark Violet #A50ABB

Tints of Dark Violet #A50ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 45.58%
G = 2.76%
B = 51.66%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A50ABB (or 0xA50ABB) is known color: Dark Violet. HEX triplet: A5, 0A and BB. RGB value is (165,10,187). Sum of RGB (Red+Green+Blue) = 165+10+187=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #A50ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50ABB is #5AF544. Grayscale: #4B4B4B. Windows color (decimal): -5961029 or 12257957. OLE color: 12257957.

HSL color Cylindrical-coordinate representation of color #A50ABB: hue angle of 292.54º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50ABB is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 10 187 -
CMYK 0.12 0.95 0 0.27
HSL 292.54º 0.9% 0.39% -
HSV(B) 292.54º 0.95% 0.73% -
XYZ 24.6 11.8 48 -
YUV 76.52 190.35 191.11 -
System Red Green Blue C M Y K H S L
Decimal 165 10 187 0.12 0.95 0 0.27 292.54 0.9 0.39
Hex A5 A BB C 5F 0 1B 125 5A 27
Octal 245 12 273 14 137 0 33 445 132 47
Binary 10100101 1010 10111011 1100 1011111 0 11011 100100101 1011010 100111

Color Harmonies of #A50ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50ABB

Black with #A50ABB

Text Example


Text Example

White with #A50ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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