Html Css Color HEX #A508DD Dark Violet

📋 copy color: '#A508DD'

red 165 ◦ green 8 ◦ blue 221

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

Shades of Dark Violet #A508DD

Tints of Dark Violet #A508DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 41.88%
G = 2.03%
B = 56.09%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A508DD (or 0xA508DD) is known color: Dark Violet. HEX triplet: A5, 08 and DD. RGB value is (165,8,221). Sum of RGB (Red+Green+Blue) = 165+8+221=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #A508DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508DD is #5AF722. Grayscale: #4E4E4E. Windows color (decimal): -5961507 or 14485669. OLE color: 14485669.

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

Color convert

RGB 165 8 221 -
CMYK 0.25 0.96 0 0.13
HSL 284.23º 0.93% 0.45% -
HSV(B) 284.23º 0.96% 0.87% -
XYZ 28.66 13.39 69.48 -
YUV 79.23 208.01 189.18 -
System Red Green Blue C M Y K H S L
Decimal 165 8 221 0.25 0.96 0 0.13 284.23 0.93 0.45
Hex A5 8 DD 19 60 0 D 11C 5D 2D
Octal 245 10 335 31 140 0 15 434 135 55
Binary 10100101 1000 11011101 11001 1100000 0 1101 100011100 1011101 101101

Color Harmonies of #A508DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508DD

Black with #A508DD

Text Example


Text Example

White with #A508DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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