Html Css Color HEX #A750A1 Violet Blue

📋 copy color: '#A750A1'

red 167 ◦ green 80 ◦ blue 161

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

Shades of Violet Blue #A750A1

Tints of Violet Blue #A750A1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.61%

 BLUE value IS 161 (63.28% from 255) = 39.46%

R = 40.93%
G = 19.61%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A750A1 (or 0xA750A1) is known color: Violet Blue. HEX triplet: A7, 50 and A1. RGB value is (167,80,161). Sum of RGB (Red+Green+Blue) = 167+80+161=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A750A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A750A1 is #58AF5E. Grayscale: #737373. Windows color (decimal): -5812063 or 10571943. OLE color: 10571943.

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

Color convert

RGB 167 80 161 -
CMYK 0 0.52 0.04 0.35
HSL 304.14º 0.35% 0.48% -
HSV(B) 304.14º 0.52% 0.65% -
XYZ 25.24 16.53 35.58 -
YUV 115.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 167 80 161 0 0.52 0.04 0.35 304.14 0.35 0.48
Hex A7 50 A1 0 34 4 23 130 23 30
Octal 247 120 241 0 64 4 43 460 43 60
Binary 10100111 1010000 10100001 0 110100 100 100011 100110000 100011 110000

Color Harmonies of #A750A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A750A1

Black with #A750A1

Text Example


Text Example

White with #A750A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A750A1; }

 p { color: rgb(167,80,161); }

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

background-color css

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

 a { background-color: rgb(167,80,161); }

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

border-color css

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

 span { border-color: rgb(167,80,161); }

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