Html Css Color HEX #A006BE Dark Violet

📋 copy color: '#A006BE'

red 160 ◦ green 6 ◦ blue 190

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

Shades of Dark Violet #A006BE

Tints of Dark Violet #A006BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.69%

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

R = 44.94%
G = 1.69%
B = 53.37%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A006BE (or 0xA006BE) is known color: Dark Violet. HEX triplet: A0, 06 and BE. RGB value is (160,6,190). Sum of RGB (Red+Green+Blue) = 160+6+190=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #A006BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006BE is #5FF941. Grayscale: #484848. Windows color (decimal): -6289730 or 12453536. OLE color: 12453536.

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

Color convert

RGB 160 6 190 -
CMYK 0.16 0.97 0 0.25
HSL 290.22º 0.94% 0.38% -
HSV(B) 290.22º 0.97% 0.75% -
XYZ 23.86 11.32 49.64 -
YUV 73.02 194.02 190.04 -
System Red Green Blue C M Y K H S L
Decimal 160 6 190 0.16 0.97 0 0.25 290.22 0.94 0.38
Hex A0 6 BE 10 61 0 19 122 5E 26
Octal 240 6 276 20 141 0 31 442 136 46
Binary 10100000 110 10111110 10000 1100001 0 11001 100100010 1011110 100110

Color Harmonies of #A006BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A006BE

Black with #A006BE

Text Example


Text Example

White with #A006BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A006BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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