Html Css Color HEX #A505BE Dark Violet

📋 copy color: '#A505BE'

red 165 ◦ green 5 ◦ blue 190

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

Shades of Dark Violet #A505BE

Tints of Dark Violet #A505BE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.39%

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 45.83%
G = 1.39%
B = 52.78%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A505BE (or 0xA505BE) is known color: Dark Violet. HEX triplet: A5, 05 and BE. RGB value is (165,5,190). Sum of RGB (Red+Green+Blue) = 165+5+190=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #A505BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A505BE is #5AFA41. Grayscale: #494949. Windows color (decimal): -5962306 or 12453285. OLE color: 12453285.

HSL color Cylindrical-coordinate representation of color #A505BE: hue angle of 291.89º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A505BE is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 5 190 -
CMYK 0.13 0.97 0 0.25
HSL 291.89º 0.95% 0.38% -
HSV(B) 291.89º 0.97% 0.75% -
XYZ 24.87 11.83 49.69 -
YUV 73.93 193.51 192.96 -
System Red Green Blue C M Y K H S L
Decimal 165 5 190 0.13 0.97 0 0.25 291.89 0.95 0.38
Hex A5 5 BE D 61 0 19 124 5F 26
Octal 245 5 276 15 141 0 31 444 137 46
Binary 10100101 101 10111110 1101 1100001 0 11001 100100100 1011111 100110

Color Harmonies of #A505BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A505BE

Black with #A505BE

Text Example


Text Example

White with #A505BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A505BE; }

 p { color: rgb(165,5,190); }

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

background-color css

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

 a { background-color: rgb(165,5,190); }

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

border-color css

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

 span { border-color: rgb(165,5,190); }

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