Html Css Color HEX #A508D7 Dark Violet

📋 copy color: '#A508D7'

red 165 ◦ green 8 ◦ blue 215

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

Shades of Dark Violet #A508D7

Tints of Dark Violet #A508D7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.06%

 BLUE value IS 215 (84.38% from 255) = 55.41%

R = 42.53%
G = 2.06%
B = 55.41%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A508D7 (or 0xA508D7) is known color: Dark Violet. HEX triplet: A5, 08 and D7. RGB value is (165,8,215). Sum of RGB (Red+Green+Blue) = 165+8+215=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 215 (84.38% from 255 or 55.41% from 388); Max value from RGB is 215 - color contains mainly: blue. Hex color #A508D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508D7 is #5AF728. Grayscale: #4D4D4D. Windows color (decimal): -5961513 or 14092453. OLE color: 14092453.

HSL color Cylindrical-coordinate representation of color #A508D7: hue angle of 285.51º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A508D7 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 8 215 -
CMYK 0.23 0.96 0 0.16
HSL 285.51º 0.93% 0.44% -
HSV(B) 285.51º 0.96% 0.84% -
XYZ 27.87 13.08 65.35 -
YUV 78.54 205.01 189.67 -
System Red Green Blue C M Y K H S L
Decimal 165 8 215 0.23 0.96 0 0.16 285.51 0.93 0.44
Hex A5 8 D7 17 60 0 10 11E 5D 2C
Octal 245 10 327 27 140 0 20 436 135 54
Binary 10100101 1000 11010111 10111 1100000 0 10000 100011110 1011101 101100

Color Harmonies of #A508D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508D7

Black with #A508D7

Text Example


Text Example

White with #A508D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508D7; }

 p { color: rgb(165,8,215); }

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

background-color css

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

 a { background-color: rgb(165,8,215); }

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

border-color css

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

 span { border-color: rgb(165,8,215); }

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