Html Css Color HEX #A507B9 Dark Violet

📋 copy color: '#A507B9'

red 165 ◦ green 7 ◦ blue 185

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

Shades of Dark Violet #A507B9

Tints of Dark Violet #A507B9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.96%

 BLUE value IS 185 (72.66% from 255) = 51.82%

R = 46.22%
G = 1.96%
B = 51.82%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A507B9 (or 0xA507B9) is known color: Dark Violet. HEX triplet: A5, 07 and B9. RGB value is (165,7,185). Sum of RGB (Red+Green+Blue) = 165+7+185=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #A507B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A507B9 is #5AF846. Grayscale: #494949. Windows color (decimal): -5961799 or 12126117. OLE color: 12126117.

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

Color convert

RGB 165 7 185 -
CMYK 0.11 0.96 0 0.27
HSL 293.26º 0.93% 0.38% -
HSV(B) 293.26º 0.96% 0.73% -
XYZ 24.35 11.65 46.87 -
YUV 74.53 190.35 192.53 -
System Red Green Blue C M Y K H S L
Decimal 165 7 185 0.11 0.96 0 0.27 293.26 0.93 0.38
Hex A5 7 B9 B 60 0 1B 125 5D 26
Octal 245 7 271 13 140 0 33 445 135 46
Binary 10100101 111 10111001 1011 1100000 0 11011 100100101 1011101 100110

Color Harmonies of #A507B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A507B9

Black with #A507B9

Text Example


Text Example

White with #A507B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A507B9; }

 p { color: rgb(165,7,185); }

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

background-color css

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

 a { background-color: rgb(165,7,185); }

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

border-color css

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

 span { border-color: rgb(165,7,185); }

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