Html Css Color HEX #A574AB Violet Blue

📋 copy color: '#A574AB'

red 165 ◦ green 116 ◦ blue 171

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

Shades of Violet Blue #A574AB

Tints of Violet Blue #A574AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 36.5%
G = 25.66%
B = 37.83%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A574AB (or 0xA574AB) is known color: Violet Blue. HEX triplet: A5, 74 and AB. RGB value is (165,116,171). Sum of RGB (Red+Green+Blue) = 165+116+171=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #A574AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A574AB is #5A8B54. Grayscale: #888888. Windows color (decimal): -5933909 or 11236517. OLE color: 11236517.

HSL color Cylindrical-coordinate representation of color #A574AB: hue angle of 293.45º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A574AB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 116 171 -
CMYK 0.04 0.32 0 0.33
HSL 293.45º 0.25% 0.56% -
HSV(B) 293.45º 0.32% 0.67% -
XYZ 29.11 23.43 41.52 -
YUV 136.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 165 116 171 0.04 0.32 0 0.33 293.45 0.25 0.56
Hex A5 74 AB 4 20 0 21 125 19 38
Octal 245 164 253 4 40 0 41 445 31 70
Binary 10100101 1110100 10101011 100 100000 0 100001 100100101 11001 111000

Color Harmonies of #A574AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574AB

Black with #A574AB

Text Example


Text Example

White with #A574AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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