Html Css Color HEX #A071A7 Violet Blue

📋 copy color: '#A071A7'

red 160 ◦ green 113 ◦ blue 167

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

Shades of Violet Blue #A071A7

Tints of Violet Blue #A071A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.95%

R = 36.36%
G = 25.68%
B = 37.95%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A071A7 (or 0xA071A7) is known color: Violet Blue. HEX triplet: A0, 71 and A7. RGB value is (160,113,167). Sum of RGB (Red+Green+Blue) = 160+113+167=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 167 - color contains mainly: blue. Hex color #A071A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A071A7 is #5F8E58. Grayscale: #858585. Windows color (decimal): -6262361 or 10973600. OLE color: 10973600.

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

Color convert

RGB 160 113 167 -
CMYK 0.04 0.32 0 0.35
HSL 292.22º 0.23% 0.55% -
HSV(B) 292.22º 0.32% 0.65% -
XYZ 27.38 22.07 39.38 -
YUV 133.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 160 113 167 0.04 0.32 0 0.35 292.22 0.23 0.55
Hex A0 71 A7 4 20 0 23 124 17 37
Octal 240 161 247 4 40 0 43 444 27 67
Binary 10100000 1110001 10100111 100 100000 0 100011 100100100 10111 110111

Color Harmonies of #A071A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A071A7

Black with #A071A7

Text Example


Text Example

White with #A071A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A071A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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