Html Css Color HEX #A007BE Dark Violet

📋 copy color: '#A007BE'

red 160 ◦ green 7 ◦ blue 190

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

Shades of Dark Violet #A007BE

Tints of Dark Violet #A007BE

RGB

 RED value IS 160 (62.89% from 255) = 44.82%

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

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 44.82%
G = 1.96%
B = 53.22%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A007BE (or 0xA007BE) is known color: Dark Violet. HEX triplet: A0, 07 and BE. RGB value is (160,7,190). Sum of RGB (Red+Green+Blue) = 160+7+190=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #A007BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007BE is #5FF841. Grayscale: #494949. Windows color (decimal): -6289474 or 12453792. OLE color: 12453792.

HSL color Cylindrical-coordinate representation of color #A007BE: hue angle of 290.16º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A007BE is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 7 190 -
CMYK 0.16 0.96 0 0.25
HSL 290.16º 0.93% 0.39% -
HSV(B) 290.16º 0.96% 0.75% -
XYZ 23.87 11.34 49.65 -
YUV 73.61 193.69 189.62 -
System Red Green Blue C M Y K H S L
Decimal 160 7 190 0.16 0.96 0 0.25 290.16 0.93 0.39
Hex A0 7 BE 10 60 0 19 122 5D 27
Octal 240 7 276 20 140 0 31 442 135 47
Binary 10100000 111 10111110 10000 1100000 0 11001 100100010 1011101 100111

Color Harmonies of #A007BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007BE

Black with #A007BE

Text Example


Text Example

White with #A007BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007BE; }

 p { color: rgb(160,7,190); }

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

background-color css

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

 a { background-color: rgb(160,7,190); }

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

border-color css

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

 span { border-color: rgb(160,7,190); }

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