Html Css Color HEX #A507DB Dark Violet

📋 copy color: '#A507DB'

red 165 ◦ green 7 ◦ blue 219

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

Shades of Dark Violet #A507DB

Tints of Dark Violet #A507DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.01%

R = 42.2%
G = 1.79%
B = 56.01%

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

#A507DB (or 0xA507DB) is known color: Dark Violet. HEX triplet: A5, 07 and DB. RGB value is (165,7,219). Sum of RGB (Red+Green+Blue) = 165+7+219=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #A507DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A507DB is #5AF824. Grayscale: #4D4D4D. Windows color (decimal): -5961765 or 14354341. OLE color: 14354341.

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

Color convert

RGB 165 7 219 -
CMYK 0.25 0.97 0 0.14
HSL 284.72º 0.94% 0.44% -
HSV(B) 284.72º 0.97% 0.86% -
XYZ 28.38 13.27 68.08 -
YUV 78.41 207.35 189.76 -
System Red Green Blue C M Y K H S L
Decimal 165 7 219 0.25 0.97 0 0.14 284.72 0.94 0.44
Hex A5 7 DB 19 61 0 E 11D 5E 2C
Octal 245 7 333 31 141 0 16 435 136 54
Binary 10100101 111 11011011 11001 1100001 0 1110 100011101 1011110 101100

Color Harmonies of #A507DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A507DB

Black with #A507DB

Text Example


Text Example

White with #A507DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A507DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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