Html Css Color HEX #A070AA Ce Soir

📋 copy color: '#A070AA'

red 160 ◦ green 112 ◦ blue 170

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

Shades of Ce Soir #A070AA

Tints of Ce Soir #A070AA

RGB

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

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

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

R = 36.2%
G = 25.34%
B = 38.46%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A070AA (or 0xA070AA) is known color: Ce Soir. HEX triplet: A0, 70 and AA. RGB value is (160,112,170). Sum of RGB (Red+Green+Blue) = 160+112+170=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #A070AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A070AA is #5F8F55. Grayscale: #848484. Windows color (decimal): -6262614 or 11169952. OLE color: 11169952.

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

Color convert

RGB 160 112 170 -
CMYK 0.06 0.34 0 0.33
HSL 289.66º 0.25% 0.55% -
HSV(B) 289.66º 0.34% 0.67% -
XYZ 27.55 21.96 40.82 -
YUV 132.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 160 112 170 0.06 0.34 0 0.33 289.66 0.25 0.55
Hex A0 70 AA 6 22 0 21 122 19 37
Octal 240 160 252 6 42 0 41 442 31 67
Binary 10100000 1110000 10101010 110 100010 0 100001 100100010 11001 110111

Color Harmonies of #A070AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070AA

Black with #A070AA

Text Example


Text Example

White with #A070AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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