Html Css Color HEX #A505BC Dark Violet

📋 copy color: '#A505BC'

red 165 ◦ green 5 ◦ blue 188

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

Shades of Dark Violet #A505BC

Tints of Dark Violet #A505BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 46.09%
G = 1.4%
B = 52.51%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A505BC (or 0xA505BC) is known color: Dark Violet. HEX triplet: A5, 05 and BC. RGB value is (165,5,188). Sum of RGB (Red+Green+Blue) = 165+5+188=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #A505BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A505BC is #5AFA43. Grayscale: #494949. Windows color (decimal): -5962308 or 12322213. OLE color: 12322213.

HSL color Cylindrical-coordinate representation of color #A505BC: hue angle of 292.46º 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 #A505BC is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 5 188 -
CMYK 0.12 0.97 0 0.26
HSL 292.46º 0.95% 0.38% -
HSV(B) 292.46º 0.97% 0.74% -
XYZ 24.65 11.74 48.54 -
YUV 73.7 192.51 193.12 -
System Red Green Blue C M Y K H S L
Decimal 165 5 188 0.12 0.97 0 0.26 292.46 0.95 0.38
Hex A5 5 BC C 61 0 1A 124 5F 26
Octal 245 5 274 14 141 0 32 444 137 46
Binary 10100101 101 10111100 1100 1100001 0 11010 100100100 1011111 100110

Color Harmonies of #A505BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A505BC

Black with #A505BC

Text Example


Text Example

White with #A505BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A505BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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