Html Css Color HEX #A736A0 Violet Blue

📋 copy color: '#A736A0'

red 167 ◦ green 54 ◦ blue 160

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

Shades of Violet Blue #A736A0

Tints of Violet Blue #A736A0

RGB

 RED value IS 167 (65.63% from 255) = 43.83%

 GREEN value IS 54 (21.48% from 255) = 14.17%

 BLUE value IS 160 (62.89% from 255) = 41.99%

R = 43.83%
G = 14.17%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A736A0 (or 0xA736A0) is known color: Violet Blue. HEX triplet: A7, 36 and A0. RGB value is (167,54,160). Sum of RGB (Red+Green+Blue) = 167+54+160=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A736A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A736A0 is #58C95F. Grayscale: #636363. Windows color (decimal): -5818720 or 10499751. OLE color: 10499751.

HSL color Cylindrical-coordinate representation of color #A736A0: hue angle of 303.72º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A736A0 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 54 160 -
CMYK 0 0.68 0.04 0.35
HSL 303.72º 0.51% 0.43% -
HSV(B) 303.72º 0.68% 0.65% -
XYZ 23.6 13.39 34.6 -
YUV 99.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 167 54 160 0 0.68 0.04 0.35 303.72 0.51 0.43
Hex A7 36 A0 0 44 4 23 130 33 2B
Octal 247 66 240 0 104 4 43 460 63 53
Binary 10100111 110110 10100000 0 1000100 100 100011 100110000 110011 101011

Color Harmonies of #A736A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A736A0

Black with #A736A0

Text Example


Text Example

White with #A736A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A736A0; }

 p { color: rgb(167,54,160); }

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

background-color css

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

 a { background-color: rgb(167,54,160); }

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

border-color css

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

 span { border-color: rgb(167,54,160); }

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