Html Css Color HEX #A070AF Ce Soir

📋 copy color: '#A070AF'

red 160 ◦ green 112 ◦ blue 175

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

Shades of Ce Soir #A070AF

Tints of Ce Soir #A070AF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.06%

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

R = 35.79%
G = 25.06%
B = 39.15%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A070AF (or 0xA070AF) is known color: Ce Soir. HEX triplet: A0, 70 and AF. RGB value is (160,112,175). Sum of RGB (Red+Green+Blue) = 160+112+175=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #A070AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A070AF is #5F8F50. Grayscale: #858585. Windows color (decimal): -6262609 or 11497632. OLE color: 11497632.

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

Color convert

RGB 160 112 175 -
CMYK 0.09 0.36 0 0.31
HSL 285.71º 0.28% 0.56% -
HSV(B) 285.71º 0.36% 0.69% -
XYZ 28.03 22.16 43.36 -
YUV 133.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 160 112 175 0.09 0.36 0 0.31 285.71 0.28 0.56
Hex A0 70 AF 9 24 0 1F 11E 1C 38
Octal 240 160 257 11 44 0 37 436 34 70
Binary 10100000 1110000 10101111 1001 100100 0 11111 100011110 11100 111000

Color Harmonies of #A070AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070AF

Black with #A070AF

Text Example


Text Example

White with #A070AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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