#A907C7

Color #A907C7 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A907C7

Tints of Dark Violet #A907C7

Color information

#A907C7 (or 0xA907C7) is unknown color: approx Dark Violet. HEX triplet: A9, 07 and C7. RGB value is (169,7,199). Sum of RGB (Red+Green+Blue) = 169+7+199=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #A907C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A907C7 is #56F838. Grayscale: #4C4C4C. Windows color (decimal): -5699641 or 13043625. OLE color: 13043625.

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

Color convert

RGB1697199-
CMYK0.150.9600.22
HSL290.62º93.2%40.39%-
HSV(B)290.62º96.48%78.04%-
XYZ26.7512.7155.08-
YUV77.33196.67193.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 7 (3.12% from 255) = 1.87%
BLUE value IS 199 (78.12% from 255) = 53.07%
R=45.07%
G=1.87%
B=53.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16971990.150.9600.22290.6293.240.39
HexA97C7F600161235d28
Octal25173071714002644313550
Binary1010100111111000111111111000000101101001000111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A907C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A907C7; }

 p { color: rgb(169,7,199); }

 H1.HeaderClassName
 {
   color: #A907C7;
 }
 .AnyTagClassName
 {
   color: #A907C7;
 }
</style>
background-color css

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

 a { background-color: rgb(169,7,199); }

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

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

 span { border-color: rgb(169,7,199); }

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