Html Css Color HEX #A508DA Dark Violet

📋 copy color: '#A508DA'

red 165 ◦ green 8 ◦ blue 218

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

Shades of Dark Violet #A508DA

Tints of Dark Violet #A508DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.75%

R = 42.2%
G = 2.05%
B = 55.75%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A508DA (or 0xA508DA) is known color: Dark Violet. HEX triplet: A5, 08 and DA. RGB value is (165,8,218). Sum of RGB (Red+Green+Blue) = 165+8+218=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #A508DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508DA is #5AF725. Grayscale: #4E4E4E. Windows color (decimal): -5961510 or 14289061. OLE color: 14289061.

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

Color convert

RGB 165 8 218 -
CMYK 0.24 0.96 0 0.15
HSL 284.86º 0.93% 0.44% -
HSV(B) 284.86º 0.96% 0.85% -
XYZ 28.26 13.23 67.39 -
YUV 78.88 206.51 189.42 -
System Red Green Blue C M Y K H S L
Decimal 165 8 218 0.24 0.96 0 0.15 284.86 0.93 0.44
Hex A5 8 DA 18 60 0 F 11D 5D 2C
Octal 245 10 332 30 140 0 17 435 135 54
Binary 10100101 1000 11011010 11000 1100000 0 1111 100011101 1011101 101100

Color Harmonies of #A508DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508DA

Black with #A508DA

Text Example


Text Example

White with #A508DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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