Html Css Color HEX #A07AAA Ce Soir

📋 copy color: '#A07AAA'

red 160 ◦ green 122 ◦ blue 170

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

Shades of Ce Soir #A07AAA

Tints of Ce Soir #A07AAA

RGB

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

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

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

R = 35.4%
G = 26.99%
B = 37.61%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A07AAA (or 0xA07AAA) is known color: Ce Soir. HEX triplet: A0, 7A and AA. RGB value is (160,122,170). Sum of RGB (Red+Green+Blue) = 160+122+170=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #A07AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07AAA is #5F8555. Grayscale: #8A8A8A. Windows color (decimal): -6260054 or 11172512. OLE color: 11172512.

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

Color convert

RGB 160 122 170 -
CMYK 0.06 0.28 0 0.33
HSL 287.5º 0.22% 0.57% -
HSV(B) 287.5º 0.28% 0.67% -
XYZ 28.71 24.29 41.21 -
YUV 138.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 160 122 170 0.06 0.28 0 0.33 287.5 0.22 0.57
Hex A0 7A AA 6 1C 0 21 120 16 39
Octal 240 172 252 6 34 0 41 440 26 71
Binary 10100000 1111010 10101010 110 11100 0 100001 100100000 10110 111001

Color Harmonies of #A07AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07AAA

Black with #A07AAA

Text Example


Text Example

White with #A07AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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