Html Css Color HEX #A907D0 Dark Violet

📋 copy color: '#A907D0'

red 169 ◦ green 7 ◦ blue 208

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

Shades of Dark Violet #A907D0

Tints of Dark Violet #A907D0

RGB

 RED value IS 169 (66.41% from 255) = 44.01%

 GREEN value IS 7 (3.13% from 255) = 1.82%

 BLUE value IS 208 (81.64% from 255) = 54.17%

R = 44.01%
G = 1.82%
B = 54.17%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A907D0 (or 0xA907D0) is known color: Dark Violet. HEX triplet: A9, 07 and D0. RGB value is (169,7,208). Sum of RGB (Red+Green+Blue) = 169+7+208=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #A907D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A907D0 is #56F82F. Grayscale: #4D4D4D. Windows color (decimal): -5699632 or 13633449. OLE color: 13633449.

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

Color convert

RGB 169 7 208 -
CMYK 0.19 0.97 0 0.18
HSL 288.36º 0.93% 0.42% -
HSV(B) 288.36º 0.97% 0.82% -
XYZ 27.82 13.14 60.74 -
YUV 78.35 201.17 192.66 -
System Red Green Blue C M Y K H S L
Decimal 169 7 208 0.19 0.97 0 0.18 288.36 0.93 0.42
Hex A9 7 D0 13 61 0 12 120 5D 2A
Octal 251 7 320 23 141 0 22 440 135 52
Binary 10101001 111 11010000 10011 1100001 0 10010 100100000 1011101 101010

Color Harmonies of #A907D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A907D0

Black with #A907D0

Text Example


Text Example

White with #A907D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A907D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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