Html Css Color HEX #A507DF Dark Violet

📋 copy color: '#A507DF'

red 165 ◦ green 7 ◦ blue 223

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

Shades of Dark Violet #A507DF

Tints of Dark Violet #A507DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 41.77%
G = 1.77%
B = 56.46%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A507DF (or 0xA507DF) is known color: Dark Violet. HEX triplet: A5, 07 and DF. RGB value is (165,7,223). Sum of RGB (Red+Green+Blue) = 165+7+223=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #A507DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A507DF is #5AF820. Grayscale: #4E4E4E. Windows color (decimal): -5961761 or 14616485. OLE color: 14616485.

HSL color Cylindrical-coordinate representation of color #A507DF: hue angle of 283.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A507DF is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 7 223 -
CMYK 0.26 0.97 0 0.13
HSL 283.89º 0.94% 0.45% -
HSV(B) 283.89º 0.97% 0.87% -
XYZ 28.91 13.48 70.89 -
YUV 78.87 209.35 189.44 -
System Red Green Blue C M Y K H S L
Decimal 165 7 223 0.26 0.97 0 0.13 283.89 0.94 0.45
Hex A5 7 DF 1A 61 0 D 11C 5E 2D
Octal 245 7 337 32 141 0 15 434 136 55
Binary 10100101 111 11011111 11010 1100001 0 1101 100011100 1011110 101101

Color Harmonies of #A507DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A507DF

Black with #A507DF

Text Example


Text Example

White with #A507DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A507DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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