Html Css Color HEX #A071A5 Violet Blue

📋 copy color: '#A071A5'

red 160 ◦ green 113 ◦ blue 165

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

Shades of Violet Blue #A071A5

Tints of Violet Blue #A071A5

RGB

 RED value IS 160 (62.89% from 255) = 36.53%

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

 BLUE value IS 165 (64.84% from 255) = 37.67%

R = 36.53%
G = 25.8%
B = 37.67%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A071A5 (or 0xA071A5) is known color: Violet Blue. HEX triplet: A0, 71 and A5. RGB value is (160,113,165). Sum of RGB (Red+Green+Blue) = 160+113+165=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 165 - color contains mainly: blue. Hex color #A071A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A071A5 is #5F8E5A. Grayscale: #848484. Windows color (decimal): -6262363 or 10842528. OLE color: 10842528.

HSL color Cylindrical-coordinate representation of color #A071A5: hue angle of 294.23º 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 #A071A5 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 113 165 -
CMYK 0.03 0.32 0 0.35
HSL 294.23º 0.22% 0.55% -
HSV(B) 294.23º 0.32% 0.65% -
XYZ 27.19 22 38.41 -
YUV 132.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 160 113 165 0.03 0.32 0 0.35 294.23 0.22 0.55
Hex A0 71 A5 3 20 0 23 126 16 37
Octal 240 161 245 3 40 0 43 446 26 67
Binary 10100000 1110001 10100101 11 100000 0 100011 100100110 10110 110111

Color Harmonies of #A071A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071A5

Black with #A071A5

Text Example


Text Example

White with #A071A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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