Html Css Color HEX #A07DA1 Violet Blue

📋 copy color: '#A07DA1'

red 160 ◦ green 125 ◦ blue 161

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

Shades of Violet Blue #A07DA1

Tints of Violet Blue #A07DA1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.03%

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

R = 35.87%
G = 28.03%
B = 36.1%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A07DA1 (or 0xA07DA1) is known color: Violet Blue. HEX triplet: A0, 7D and A1. RGB value is (160,125,161). Sum of RGB (Red+Green+Blue) = 160+125+161=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 161 - color contains mainly: blue. Hex color #A07DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07DA1 is #5F825E. Grayscale: #8B8B8B. Windows color (decimal): -6259295 or 10583456. OLE color: 10583456.

HSL color Cylindrical-coordinate representation of color #A07DA1: hue angle of 298.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A07DA1 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 125 161 -
CMYK 0.01 0.22 0 0.37
HSL 298.33º 0.16% 0.56% -
HSV(B) 298.33º 0.22% 0.63% -
XYZ 28.26 24.71 37 -
YUV 139.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 160 125 161 0.01 0.22 0 0.37 298.33 0.16 0.56
Hex A0 7D A1 1 16 0 25 12A 10 38
Octal 240 175 241 1 26 0 45 452 20 70
Binary 10100000 1111101 10100001 1 10110 0 100101 100101010 10000 111000

Color Harmonies of #A07DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07DA1

Black with #A07DA1

Text Example


Text Example

White with #A07DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07DA1; }

 p { color: rgb(160,125,161); }

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

background-color css

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

 a { background-color: rgb(160,125,161); }

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

border-color css

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

 span { border-color: rgb(160,125,161); }

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