Html Css Color HEX #A07EAF Ce Soir

📋 copy color: '#A07EAF'

red 160 ◦ green 126 ◦ blue 175

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

Shades of Ce Soir #A07EAF

Tints of Ce Soir #A07EAF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.33%

 BLUE value IS 175 (68.75% from 255) = 37.96%

R = 34.71%
G = 27.33%
B = 37.96%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A07EAF (or 0xA07EAF) is known color: Ce Soir. HEX triplet: A0, 7E and AF. RGB value is (160,126,175). Sum of RGB (Red+Green+Blue) = 160+126+175=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #A07EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07EAF is #5F8150. Grayscale: #8D8D8D. Windows color (decimal): -6259025 or 11501216. OLE color: 11501216.

HSL color Cylindrical-coordinate representation of color #A07EAF: hue angle of 281.63º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07EAF is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 126 175 -
CMYK 0.09 0.28 0 0.31
HSL 281.63º 0.23% 0.59% -
HSV(B) 281.63º 0.28% 0.69% -
XYZ 29.7 25.49 43.91 -
YUV 141.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 160 126 175 0.09 0.28 0 0.31 281.63 0.23 0.59
Hex A0 7E AF 9 1C 0 1F 11A 17 3B
Octal 240 176 257 11 34 0 37 432 27 73
Binary 10100000 1111110 10101111 1001 11100 0 11111 100011010 10111 111011

Color Harmonies of #A07EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EAF

Black with #A07EAF

Text Example


Text Example

White with #A07EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EAF; }

 p { color: rgb(160,126,175); }

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

background-color css

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

 a { background-color: rgb(160,126,175); }

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

border-color css

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

 span { border-color: rgb(160,126,175); }

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