Html Css Color HEX #A078AA Ce Soir

📋 copy color: '#A078AA'

red 160 ◦ green 120 ◦ blue 170

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

Shades of Ce Soir #A078AA

Tints of Ce Soir #A078AA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.67%

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 35.56%
G = 26.67%
B = 37.78%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A078AA (or 0xA078AA) is known color: Ce Soir. HEX triplet: A0, 78 and AA. RGB value is (160,120,170). Sum of RGB (Red+Green+Blue) = 160+120+170=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #A078AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A078AA is #5F8755. Grayscale: #898989. Windows color (decimal): -6260566 or 11172000. OLE color: 11172000.

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

Color convert

RGB 160 120 170 -
CMYK 0.06 0.29 0 0.33
HSL 288º 0.23% 0.57% -
HSV(B) 288º 0.29% 0.67% -
XYZ 28.47 23.81 41.13 -
YUV 137.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 160 120 170 0.06 0.29 0 0.33 288 0.23 0.57
Hex A0 78 AA 6 1D 0 21 120 17 39
Octal 240 170 252 6 35 0 41 440 27 71
Binary 10100000 1111000 10101010 110 11101 0 100001 100100000 10111 111001

Color Harmonies of #A078AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A078AA

Black with #A078AA

Text Example


Text Example

White with #A078AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A078AA; }

 p { color: rgb(160,120,170); }

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

background-color css

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

 a { background-color: rgb(160,120,170); }

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

border-color css

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

 span { border-color: rgb(160,120,170); }

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