Html Css Color HEX #A8379F Violet Blue

📋 copy color: '#A8379F'

red 168 ◦ green 55 ◦ blue 159

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

Shades of Violet Blue #A8379F

Tints of Violet Blue #A8379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.4%

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 43.98%
G = 14.4%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A8379F (or 0xA8379F) is known color: Violet Blue. HEX triplet: A8, 37 and 9F. RGB value is (168,55,159). Sum of RGB (Red+Green+Blue) = 168+55+159=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8379F is #57C860. Grayscale: #646464. Windows color (decimal): -5752929 or 10434472. OLE color: 10434472.

HSL color Cylindrical-coordinate representation of color #A8379F: hue angle of 304.78º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8379F is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 55 159 -
CMYK 0 0.67 0.05 0.34
HSL 304.78º 0.51% 0.44% -
HSV(B) 304.78º 0.67% 0.66% -
XYZ 23.77 13.56 34.17 -
YUV 100.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 168 55 159 0 0.67 0.05 0.34 304.78 0.51 0.44
Hex A8 37 9F 0 43 5 22 131 33 2C
Octal 250 67 237 0 103 5 42 461 63 54
Binary 10101000 110111 10011111 0 1000011 101 100010 100110001 110011 101100

Color Harmonies of #A8379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8379F

Black with #A8379F

Text Example


Text Example

White with #A8379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8379F; }

 p { color: rgb(168,55,159); }

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

background-color css

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

 a { background-color: rgb(168,55,159); }

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

border-color css

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

 span { border-color: rgb(168,55,159); }

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