Html Css Color HEX #A07AAD Ce Soir

📋 copy color: '#A07AAD'

red 160 ◦ green 122 ◦ blue 173

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

Shades of Ce Soir #A07AAD

Tints of Ce Soir #A07AAD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.81%

 BLUE value IS 173 (67.97% from 255) = 38.02%

R = 35.16%
G = 26.81%
B = 38.02%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A07AAD (or 0xA07AAD) is known color: Ce Soir. HEX triplet: A0, 7A and AD. RGB value is (160,122,173). Sum of RGB (Red+Green+Blue) = 160+122+173=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #A07AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07AAD is #5F8552. Grayscale: #8B8B8B. Windows color (decimal): -6260051 or 11369120. OLE color: 11369120.

HSL color Cylindrical-coordinate representation of color #A07AAD: hue angle of 284.71º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07AAD is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 122 173 -
CMYK 0.08 0.29 0 0.32
HSL 284.71º 0.24% 0.58% -
HSV(B) 284.71º 0.29% 0.68% -
XYZ 29 24.41 42.72 -
YUV 139.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 160 122 173 0.08 0.29 0 0.32 284.71 0.24 0.58
Hex A0 7A AD 8 1D 0 20 11D 18 3A
Octal 240 172 255 10 35 0 40 435 30 72
Binary 10100000 1111010 10101101 1000 11101 0 100000 100011101 11000 111010

Color Harmonies of #A07AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07AAD

Black with #A07AAD

Text Example


Text Example

White with #A07AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07AAD; }

 p { color: rgb(160,122,173); }

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

background-color css

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

 a { background-color: rgb(160,122,173); }

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

border-color css

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

 span { border-color: rgb(160,122,173); }

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