Html Css Color HEX #A509BB Dark Violet

📋 copy color: '#A509BB'

red 165 ◦ green 9 ◦ blue 187

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

Shades of Dark Violet #A509BB

Tints of Dark Violet #A509BB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.49%

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

R = 45.71%
G = 2.49%
B = 51.8%

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

#A509BB (or 0xA509BB) is known color: Dark Violet. HEX triplet: A5, 09 and BB. RGB value is (165,9,187). Sum of RGB (Red+Green+Blue) = 165+9+187=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #A509BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509BB is #5AF644. Grayscale: #4B4B4B. Windows color (decimal): -5961285 or 12257701. OLE color: 12257701.

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

Color convert

RGB 165 9 187 -
CMYK 0.12 0.95 0 0.27
HSL 292.58º 0.91% 0.38% -
HSV(B) 292.58º 0.95% 0.73% -
XYZ 24.58 11.78 47.99 -
YUV 75.94 190.68 191.53 -
System Red Green Blue C M Y K H S L
Decimal 165 9 187 0.12 0.95 0 0.27 292.58 0.91 0.38
Hex A5 9 BB C 5F 0 1B 125 5B 26
Octal 245 11 273 14 137 0 33 445 133 46
Binary 10100101 1001 10111011 1100 1011111 0 11011 100100101 1011011 100110

Color Harmonies of #A509BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509BB

Black with #A509BB

Text Example


Text Example

White with #A509BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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