Html Css Color HEX #A07AAC Ce Soir

📋 copy color: '#A07AAC'

red 160 ◦ green 122 ◦ blue 172

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

Shades of Ce Soir #A07AAC

Tints of Ce Soir #A07AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 35.24%
G = 26.87%
B = 37.89%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A07AAC (or 0xA07AAC) is known color: Ce Soir. HEX triplet: A0, 7A and AC. RGB value is (160,122,172). Sum of RGB (Red+Green+Blue) = 160+122+172=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #A07AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07AAC is #5F8553. Grayscale: #8A8A8A. Windows color (decimal): -6260052 or 11303584. OLE color: 11303584.

HSL color Cylindrical-coordinate representation of color #A07AAC: hue angle of 285.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07AAC is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 122 172 -
CMYK 0.07 0.29 0 0.33
HSL 285.6º 0.23% 0.58% -
HSV(B) 285.6º 0.29% 0.67% -
XYZ 28.9 24.37 42.21 -
YUV 139.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 160 122 172 0.07 0.29 0 0.33 285.6 0.23 0.58
Hex A0 7A AC 7 1D 0 21 11E 17 3A
Octal 240 172 254 7 35 0 41 436 27 72
Binary 10100000 1111010 10101100 111 11101 0 100001 100011110 10111 111010

Color Harmonies of #A07AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07AAC

Black with #A07AAC

Text Example


Text Example

White with #A07AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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