Html Css Color HEX #A507BE Dark Violet

📋 copy color: '#A507BE'

red 165 ◦ green 7 ◦ blue 190

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

Shades of Dark Violet #A507BE

Tints of Dark Violet #A507BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 45.58%
G = 1.93%
B = 52.49%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A507BE (or 0xA507BE) is known color: Dark Violet. HEX triplet: A5, 07 and BE. RGB value is (165,7,190). Sum of RGB (Red+Green+Blue) = 165+7+190=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #A507BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A507BE is #5AF841. Grayscale: #4A4A4A. Windows color (decimal): -5961794 or 12453797. OLE color: 12453797.

HSL color Cylindrical-coordinate representation of color #A507BE: hue angle of 291.8º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A507BE is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 7 190 -
CMYK 0.13 0.96 0 0.25
HSL 291.8º 0.93% 0.39% -
HSV(B) 291.8º 0.96% 0.75% -
XYZ 24.89 11.87 49.69 -
YUV 75.1 192.85 192.12 -
System Red Green Blue C M Y K H S L
Decimal 165 7 190 0.13 0.96 0 0.25 291.8 0.93 0.39
Hex A5 7 BE D 60 0 19 124 5D 27
Octal 245 7 276 15 140 0 31 444 135 47
Binary 10100101 111 10111110 1101 1100000 0 11001 100100100 1011101 100111

Color Harmonies of #A507BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A507BE

Black with #A507BE

Text Example


Text Example

White with #A507BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A507BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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