Html Css Color HEX #A070AB Ce Soir

📋 copy color: '#A070AB'

red 160 ◦ green 112 ◦ blue 171

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

Shades of Ce Soir #A070AB

Tints of Ce Soir #A070AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 36.12%
G = 25.28%
B = 38.6%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A070AB (or 0xA070AB) is known color: Ce Soir. HEX triplet: A0, 70 and AB. RGB value is (160,112,171). Sum of RGB (Red+Green+Blue) = 160+112+171=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #A070AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A070AB is #5F8F54. Grayscale: #848484. Windows color (decimal): -6262613 or 11235488. OLE color: 11235488.

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

Color convert

RGB 160 112 171 -
CMYK 0.06 0.35 0 0.33
HSL 288.81º 0.26% 0.55% -
HSV(B) 288.81º 0.35% 0.67% -
XYZ 27.64 22 41.32 -
YUV 133.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 160 112 171 0.06 0.35 0 0.33 288.81 0.26 0.55
Hex A0 70 AB 6 23 0 21 121 1A 37
Octal 240 160 253 6 43 0 41 441 32 67
Binary 10100000 1110000 10101011 110 100011 0 100001 100100001 11010 110111

Color Harmonies of #A070AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070AB

Black with #A070AB

Text Example


Text Example

White with #A070AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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