Html Css Color HEX #A508C9 Dark Violet

📋 copy color: '#A508C9'

red 165 ◦ green 8 ◦ blue 201

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

Shades of Dark Violet #A508C9

Tints of Dark Violet #A508C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.74%

R = 44.12%
G = 2.14%
B = 53.74%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A508C9 (or 0xA508C9) is known color: Dark Violet. HEX triplet: A5, 08 and C9. RGB value is (165,8,201). Sum of RGB (Red+Green+Blue) = 165+8+201=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #A508C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508C9 is #5AF736. Grayscale: #4C4C4C. Windows color (decimal): -5961527 or 13174949. OLE color: 13174949.

HSL color Cylindrical-coordinate representation of color #A508C9: hue angle of 288.81º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A508C9 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 8 201 -
CMYK 0.18 0.96 0 0.21
HSL 288.81º 0.92% 0.41% -
HSV(B) 288.81º 0.96% 0.79% -
XYZ 26.15 12.39 56.27 -
YUV 76.95 198.01 190.81 -
System Red Green Blue C M Y K H S L
Decimal 165 8 201 0.18 0.96 0 0.21 288.81 0.92 0.41
Hex A5 8 C9 12 60 0 15 121 5C 29
Octal 245 10 311 22 140 0 25 441 134 51
Binary 10100101 1000 11001001 10010 1100000 0 10101 100100001 1011100 101001

Color Harmonies of #A508C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508C9

Black with #A508C9

Text Example


Text Example

White with #A508C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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