Html Css Color HEX #A508CF Dark Violet

📋 copy color: '#A508CF'

red 165 ◦ green 8 ◦ blue 207

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

Shades of Dark Violet #A508CF

Tints of Dark Violet #A508CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.47%

R = 43.42%
G = 2.11%
B = 54.47%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A508CF (or 0xA508CF) is known color: Dark Violet. HEX triplet: A5, 08 and CF. RGB value is (165,8,207). Sum of RGB (Red+Green+Blue) = 165+8+207=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #A508CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508CF is #5AF730. Grayscale: #4C4C4C. Windows color (decimal): -5961521 or 13568165. OLE color: 13568165.

HSL color Cylindrical-coordinate representation of color #A508CF: hue angle of 287.34º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A508CF is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 8 207 -
CMYK 0.20 0.96 0 0.19
HSL 287.34º 0.93% 0.42% -
HSV(B) 287.34º 0.96% 0.81% -
XYZ 26.87 12.68 60.06 -
YUV 77.63 201.01 190.32 -
System Red Green Blue C M Y K H S L
Decimal 165 8 207 0.20 0.96 0 0.19 287.34 0.93 0.42
Hex A5 8 CF 14 60 0 13 11F 5D 2A
Octal 245 10 317 24 140 0 23 437 135 52
Binary 10100101 1000 11001111 10100 1100000 0 10011 100011111 1011101 101010

Color Harmonies of #A508CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A508CF

Black with #A508CF

Text Example


Text Example

White with #A508CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A508CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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