Html Css Color HEX #A509CF Dark Violet

📋 copy color: '#A509CF'

red 165 ◦ green 9 ◦ blue 207

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

Shades of Dark Violet #A509CF

Tints of Dark Violet #A509CF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.36%

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

R = 43.31%
G = 2.36%
B = 54.33%

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

#A509CF (or 0xA509CF) is known color: Dark Violet. HEX triplet: A5, 09 and CF. RGB value is (165,9,207). Sum of RGB (Red+Green+Blue) = 165+9+207=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #A509CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509CF is #5AF630. Grayscale: #4D4D4D. Windows color (decimal): -5961265 or 13568421. OLE color: 13568421.

HSL color Cylindrical-coordinate representation of color #A509CF: hue angle of 287.27º degrees, saturation: 0.92, 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 #A509CF is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 9 207 -
CMYK 0.20 0.96 0 0.19
HSL 287.27º 0.92% 0.42% -
HSV(B) 287.27º 0.96% 0.81% -
XYZ 26.88 12.7 60.07 -
YUV 78.22 200.68 189.9 -
System Red Green Blue C M Y K H S L
Decimal 165 9 207 0.20 0.96 0 0.19 287.27 0.92 0.42
Hex A5 9 CF 14 60 0 13 11F 5C 2A
Octal 245 11 317 24 140 0 23 437 134 52
Binary 10100101 1001 11001111 10100 1100000 0 10011 100011111 1011100 101010

Color Harmonies of #A509CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509CF

Black with #A509CF

Text Example


Text Example

White with #A509CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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