Html Css Color HEX #A574A1 Violet Blue

📋 copy color: '#A574A1'

red 165 ◦ green 116 ◦ blue 161

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

Shades of Violet Blue #A574A1

Tints of Violet Blue #A574A1

RGB

 RED value IS 165 (64.84% from 255) = 37.33%

 GREEN value IS 116 (45.7% from 255) = 26.24%

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

R = 37.33%
G = 26.24%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A574A1 (or 0xA574A1) is known color: Violet Blue. HEX triplet: A5, 74 and A1. RGB value is (165,116,161). Sum of RGB (Red+Green+Blue) = 165+116+161=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 165 - color contains mainly: red. Hex color #A574A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A574A1 is #5A8B5E. Grayscale: #878787. Windows color (decimal): -5933919 or 10581157. OLE color: 10581157.

HSL color Cylindrical-coordinate representation of color #A574A1: hue angle of 304.9º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A574A1 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 116 161 -
CMYK 0 0.30 0.02 0.35
HSL 304.9º 0.21% 0.55% -
HSV(B) 304.9º 0.3% 0.65% -
XYZ 28.2 23.06 36.68 -
YUV 135.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 165 116 161 0 0.30 0.02 0.35 304.9 0.21 0.55
Hex A5 74 A1 0 1E 2 23 131 15 37
Octal 245 164 241 0 36 2 43 461 25 67
Binary 10100101 1110100 10100001 0 11110 10 100011 100110001 10101 110111

Color Harmonies of #A574A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574A1

Black with #A574A1

Text Example


Text Example

White with #A574A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574A1; }

 p { color: rgb(165,116,161); }

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

background-color css

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

 a { background-color: rgb(165,116,161); }

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

border-color css

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

 span { border-color: rgb(165,116,161); }

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