Html Css Color HEX #A07DAC Ce Soir

📋 copy color: '#A07DAC'

red 160 ◦ green 125 ◦ blue 172

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

Shades of Ce Soir #A07DAC

Tints of Ce Soir #A07DAC

RGB

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

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

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

R = 35.01%
G = 27.35%
B = 37.64%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A07DAC (or 0xA07DAC) is known color: Ce Soir. HEX triplet: A0, 7D and AC. RGB value is (160,125,172). Sum of RGB (Red+Green+Blue) = 160+125+172=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #A07DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07DAC is #5F8253. Grayscale: #8C8C8C. Windows color (decimal): -6259284 or 11304352. OLE color: 11304352.

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

Color convert

RGB 160 125 172 -
CMYK 0.07 0.27 0 0.33
HSL 284.68º 0.22% 0.58% -
HSV(B) 284.68º 0.27% 0.67% -
XYZ 29.28 25.12 42.34 -
YUV 140.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 160 125 172 0.07 0.27 0 0.33 284.68 0.22 0.58
Hex A0 7D AC 7 1B 0 21 11D 16 3A
Octal 240 175 254 7 33 0 41 435 26 72
Binary 10100000 1111101 10101100 111 11011 0 100001 100011101 10110 111010

Color Harmonies of #A07DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07DAC

Black with #A07DAC

Text Example


Text Example

White with #A07DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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