Html Css Color HEX #A571A2 Violet Blue

📋 copy color: '#A571A2'

red 165 ◦ green 113 ◦ blue 162

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

Shades of Violet Blue #A571A2

Tints of Violet Blue #A571A2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.68%

 BLUE value IS 162 (63.67% from 255) = 36.82%

R = 37.5%
G = 25.68%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A571A2 (or 0xA571A2) is known color: Violet Blue. HEX triplet: A5, 71 and A2. RGB value is (165,113,162). Sum of RGB (Red+Green+Blue) = 165+113+162=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A571A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A571A2 is #5A8E5D. Grayscale: #858585. Windows color (decimal): -5934686 or 10645925. OLE color: 10645925.

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

Color convert

RGB 165 113 162 -
CMYK 0 0.32 0.02 0.35
HSL 303.46º 0.22% 0.55% -
HSV(B) 303.46º 0.32% 0.65% -
XYZ 27.94 22.42 37.04 -
YUV 134.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 165 113 162 0 0.32 0.02 0.35 303.46 0.22 0.55
Hex A5 71 A2 0 20 2 23 12F 16 37
Octal 245 161 242 0 40 2 43 457 26 67
Binary 10100101 1110001 10100010 0 100000 10 100011 100101111 10110 110111

Color Harmonies of #A571A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A571A2

Black with #A571A2

Text Example


Text Example

White with #A571A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A571A2; }

 p { color: rgb(165,113,162); }

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

background-color css

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

 a { background-color: rgb(165,113,162); }

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

border-color css

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

 span { border-color: rgb(165,113,162); }

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