Html Css Color HEX #A07AAF Ce Soir

📋 copy color: '#A07AAF'

red 160 ◦ green 122 ◦ blue 175

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

Shades of Ce Soir #A07AAF

Tints of Ce Soir #A07AAF

RGB

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

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

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

R = 35.01%
G = 26.7%
B = 38.29%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A07AAF (or 0xA07AAF) is known color: Ce Soir. HEX triplet: A0, 7A and AF. RGB value is (160,122,175). Sum of RGB (Red+Green+Blue) = 160+122+175=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #A07AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07AAF is #5F8550. Grayscale: #8B8B8B. Windows color (decimal): -6260049 or 11500192. OLE color: 11500192.

HSL color Cylindrical-coordinate representation of color #A07AAF: hue angle of 283.02º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07AAF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 122 175 -
CMYK 0.09 0.30 0 0.31
HSL 283.02º 0.25% 0.58% -
HSV(B) 283.02º 0.3% 0.69% -
XYZ 29.19 24.49 43.75 -
YUV 139.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 160 122 175 0.09 0.30 0 0.31 283.02 0.25 0.58
Hex A0 7A AF 9 1E 0 1F 11B 19 3A
Octal 240 172 257 11 36 0 37 433 31 72
Binary 10100000 1111010 10101111 1001 11110 0 11111 100011011 11001 111010

Color Harmonies of #A07AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07AAF

Black with #A07AAF

Text Example


Text Example

White with #A07AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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