Html Css Color HEX #A008BE Dark Violet

📋 copy color: '#A008BE'

red 160 ◦ green 8 ◦ blue 190

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

Shades of Dark Violet #A008BE

Tints of Dark Violet #A008BE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

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

R = 44.69%
G = 2.23%
B = 53.07%

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

#A008BE (or 0xA008BE) is known color: Dark Violet. HEX triplet: A0, 08 and BE. RGB value is (160,8,190). Sum of RGB (Red+Green+Blue) = 160+8+190=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #A008BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008BE is #5FF741. Grayscale: #494949. Windows color (decimal): -6289218 or 12454048. OLE color: 12454048.

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

Color convert

RGB 160 8 190 -
CMYK 0.16 0.96 0 0.25
HSL 290.11º 0.92% 0.39% -
HSV(B) 290.11º 0.96% 0.75% -
XYZ 23.88 11.36 49.65 -
YUV 74.2 193.36 189.2 -
System Red Green Blue C M Y K H S L
Decimal 160 8 190 0.16 0.96 0 0.25 290.11 0.92 0.39
Hex A0 8 BE 10 60 0 19 122 5C 27
Octal 240 10 276 20 140 0 31 442 134 47
Binary 10100000 1000 10111110 10000 1100000 0 11001 100100010 1011100 100111

Color Harmonies of #A008BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A008BE

Black with #A008BE

Text Example


Text Example

White with #A008BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A008BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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