Html Css Color HEX #A807BE Dark Violet

📋 copy color: '#A807BE'

red 168 ◦ green 7 ◦ blue 190

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

Shades of Dark Violet #A807BE

Tints of Dark Violet #A807BE

RGB

 RED value IS 168 (66.02% from 255) = 46.03%

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

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

R = 46.03%
G = 1.92%
B = 52.05%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A807BE (or 0xA807BE) is known color: Dark Violet. HEX triplet: A8, 07 and BE. RGB value is (168,7,190). Sum of RGB (Red+Green+Blue) = 168+7+190=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #A807BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A807BE is #57F841. Grayscale: #4B4B4B. Windows color (decimal): -5765186 or 12453800. OLE color: 12453800.

HSL color Cylindrical-coordinate representation of color #A807BE: hue angle of 292.79º 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 #A807BE is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 7 190 -
CMYK 0.12 0.96 0 0.25
HSL 292.79º 0.93% 0.39% -
HSV(B) 292.79º 0.96% 0.75% -
XYZ 25.52 12.19 49.72 -
YUV 76 192.34 193.62 -
System Red Green Blue C M Y K H S L
Decimal 168 7 190 0.12 0.96 0 0.25 292.79 0.93 0.39
Hex A8 7 BE C 60 0 19 125 5D 27
Octal 250 7 276 14 140 0 31 445 135 47
Binary 10101000 111 10111110 1100 1100000 0 11001 100100101 1011101 100111

Color Harmonies of #A807BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A807BE

Black with #A807BE

Text Example


Text Example

White with #A807BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A807BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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