Html Css Color HEX #A505BD Dark Violet

📋 copy color: '#A505BD'

red 165 ◦ green 5 ◦ blue 189

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

Shades of Dark Violet #A505BD

Tints of Dark Violet #A505BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 45.96%
G = 1.39%
B = 52.65%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A505BD (or 0xA505BD) is known color: Dark Violet. HEX triplet: A5, 05 and BD. RGB value is (165,5,189). Sum of RGB (Red+Green+Blue) = 165+5+189=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #A505BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A505BD is #5AFA42. Grayscale: #494949. Windows color (decimal): -5962307 or 12387749. OLE color: 12387749.

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

Color convert

RGB 165 5 189 -
CMYK 0.13 0.97 0 0.26
HSL 292.17º 0.95% 0.38% -
HSV(B) 292.17º 0.97% 0.74% -
XYZ 24.76 11.78 49.11 -
YUV 73.82 193.01 193.04 -
System Red Green Blue C M Y K H S L
Decimal 165 5 189 0.13 0.97 0 0.26 292.17 0.95 0.38
Hex A5 5 BD D 61 0 1A 124 5F 26
Octal 245 5 275 15 141 0 32 444 137 46
Binary 10100101 101 10111101 1101 1100001 0 11010 100100100 1011111 100110

Color Harmonies of #A505BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A505BD

Black with #A505BD

Text Example


Text Example

White with #A505BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A505BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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