Html Css Color HEX #A507DC Dark Violet

📋 copy color: '#A507DC'

red 165 ◦ green 7 ◦ blue 220

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

Shades of Dark Violet #A507DC

Tints of Dark Violet #A507DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.12%

R = 42.09%
G = 1.79%
B = 56.12%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A507DC (or 0xA507DC) is known color: Dark Violet. HEX triplet: A5, 07 and DC. RGB value is (165,7,220). Sum of RGB (Red+Green+Blue) = 165+7+220=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #A507DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A507DC is #5AF823. Grayscale: #4D4D4D. Windows color (decimal): -5961764 or 14419877. OLE color: 14419877.

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

Color convert

RGB 165 7 220 -
CMYK 0.25 0.97 0 0.14
HSL 284.51º 0.94% 0.45% -
HSV(B) 284.51º 0.97% 0.86% -
XYZ 28.51 13.32 68.78 -
YUV 78.52 207.85 189.68 -
System Red Green Blue C M Y K H S L
Decimal 165 7 220 0.25 0.97 0 0.14 284.51 0.94 0.45
Hex A5 7 DC 19 61 0 E 11D 5E 2D
Octal 245 7 334 31 141 0 16 435 136 55
Binary 10100101 111 11011100 11001 1100001 0 1110 100011101 1011110 101101

Color Harmonies of #A507DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A507DC

Black with #A507DC

Text Example


Text Example

White with #A507DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A507DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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