Html Css Color HEX #A509C7 Dark Violet

📋 copy color: '#A509C7'

red 165 ◦ green 9 ◦ blue 199

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

Shades of Dark Violet #A509C7

Tints of Dark Violet #A509C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 53.35%

R = 44.24%
G = 2.41%
B = 53.35%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A509C7 (or 0xA509C7) is known color: Dark Violet. HEX triplet: A5, 09 and C7. RGB value is (165,9,199). Sum of RGB (Red+Green+Blue) = 165+9+199=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 199 (78.12% from 255 or 53.35% from 373); Max value from RGB is 199 - color contains mainly: blue. Hex color #A509C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509C7 is #5AF638. Grayscale: #4C4C4C. Windows color (decimal): -5961273 or 13044133. OLE color: 13044133.

HSL color Cylindrical-coordinate representation of color #A509C7: hue angle of 289.26º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A509C7 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 9 199 -
CMYK 0.17 0.95 0 0.22
HSL 289.26º 0.91% 0.41% -
HSV(B) 289.26º 0.95% 0.78% -
XYZ 25.92 12.32 55.04 -
YUV 77.3 196.68 190.55 -
System Red Green Blue C M Y K H S L
Decimal 165 9 199 0.17 0.95 0 0.22 289.26 0.91 0.41
Hex A5 9 C7 11 5F 0 16 121 5B 29
Octal 245 11 307 21 137 0 26 441 133 51
Binary 10100101 1001 11000111 10001 1011111 0 10110 100100001 1011011 101001

Color Harmonies of #A509C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509C7

Black with #A509C7

Text Example


Text Example

White with #A509C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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