Html Css Color HEX #A505BB Dark Violet

📋 copy color: '#A505BB'

red 165 ◦ green 5 ◦ blue 187

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

Shades of Dark Violet #A505BB

Tints of Dark Violet #A505BB

RGB

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

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

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

R = 46.22%
G = 1.4%
B = 52.38%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A505BB (or 0xA505BB) is known color: Dark Violet. HEX triplet: A5, 05 and BB. RGB value is (165,5,187). Sum of RGB (Red+Green+Blue) = 165+5+187=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #A505BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A505BB is #5AFA44. Grayscale: #494949. Windows color (decimal): -5962309 or 12256677. OLE color: 12256677.

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

Color convert

RGB 165 5 187 -
CMYK 0.12 0.97 0 0.27
HSL 292.75º 0.95% 0.38% -
HSV(B) 292.75º 0.97% 0.73% -
XYZ 24.54 11.7 47.98 -
YUV 73.59 192.01 193.2 -
System Red Green Blue C M Y K H S L
Decimal 165 5 187 0.12 0.97 0 0.27 292.75 0.95 0.38
Hex A5 5 BB C 61 0 1B 125 5F 26
Octal 245 5 273 14 141 0 33 445 137 46
Binary 10100101 101 10111011 1100 1100001 0 11011 100100101 1011111 100110

Color Harmonies of #A505BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A505BB

Black with #A505BB

Text Example


Text Example

White with #A505BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A505BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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