Html Css Color HEX #A137A4 Violet Blue

📋 copy color: '#A137A4'

red 161 ◦ green 55 ◦ blue 164

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

Shades of Violet Blue #A137A4

Tints of Violet Blue #A137A4

RGB

 RED value IS 161 (63.28% from 255) = 42.37%

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

 BLUE value IS 164 (64.45% from 255) = 43.16%

R = 42.37%
G = 14.47%
B = 43.16%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A137A4 (or 0xA137A4) is known color: Violet Blue. HEX triplet: A1, 37 and A4. RGB value is (161,55,164). Sum of RGB (Red+Green+Blue) = 161+55+164=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 164 - color contains mainly: blue. Hex color #A137A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A137A4 is #5EC85B. Grayscale: #626262. Windows color (decimal): -6211676 or 10762145. OLE color: 10762145.

HSL color Cylindrical-coordinate representation of color #A137A4: hue angle of 298.35º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A137A4 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 55 164 -
CMYK 0.02 0.66 0 0.36
HSL 298.35º 0.5% 0.43% -
HSV(B) 298.35º 0.66% 0.64% -
XYZ 22.76 12.99 36.43 -
YUV 99.12 164.62 172.14 -
System Red Green Blue C M Y K H S L
Decimal 161 55 164 0.02 0.66 0 0.36 298.35 0.5 0.43
Hex A1 37 A4 2 42 0 24 12A 32 2B
Octal 241 67 244 2 102 0 44 452 62 53
Binary 10100001 110111 10100100 10 1000010 0 100100 100101010 110010 101011

Color Harmonies of #A137A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A137A4

Black with #A137A4

Text Example


Text Example

White with #A137A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A137A4; }

 p { color: rgb(161,55,164); }

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

background-color css

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

 a { background-color: rgb(161,55,164); }

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

border-color css

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

 span { border-color: rgb(161,55,164); }

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