Html Css Color HEX #A075AB Ce Soir

📋 copy color: '#A075AB'

red 160 ◦ green 117 ◦ blue 171

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

Shades of Ce Soir #A075AB

Tints of Ce Soir #A075AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.12%

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

R = 35.71%
G = 26.12%
B = 38.17%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A075AB (or 0xA075AB) is known color: Ce Soir. HEX triplet: A0, 75 and AB. RGB value is (160,117,171). Sum of RGB (Red+Green+Blue) = 160+117+171=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #A075AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A075AB is #5F8A54. Grayscale: #878787. Windows color (decimal): -6261333 or 11236768. OLE color: 11236768.

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

Color convert

RGB 160 117 171 -
CMYK 0.06 0.32 0 0.33
HSL 287.78º 0.24% 0.56% -
HSV(B) 287.78º 0.32% 0.67% -
XYZ 28.21 23.14 41.51 -
YUV 136.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 160 117 171 0.06 0.32 0 0.33 287.78 0.24 0.56
Hex A0 75 AB 6 20 0 21 120 18 38
Octal 240 165 253 6 40 0 41 440 30 70
Binary 10100000 1110101 10101011 110 100000 0 100001 100100000 11000 111000

Color Harmonies of #A075AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075AB

Black with #A075AB

Text Example


Text Example

White with #A075AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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