Html Css Color HEX #A075AC Ce Soir

📋 copy color: '#A075AC'

red 160 ◦ green 117 ◦ blue 172

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

Shades of Ce Soir #A075AC

Tints of Ce Soir #A075AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.31%

R = 35.63%
G = 26.06%
B = 38.31%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A075AC (or 0xA075AC) is known color: Ce Soir. HEX triplet: A0, 75 and AC. RGB value is (160,117,172). Sum of RGB (Red+Green+Blue) = 160+117+172=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #A075AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A075AC is #5F8A53. Grayscale: #878787. Windows color (decimal): -6261332 or 11302304. OLE color: 11302304.

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

Color convert

RGB 160 117 172 -
CMYK 0.07 0.32 0 0.33
HSL 286.91º 0.25% 0.57% -
HSV(B) 286.91º 0.32% 0.67% -
XYZ 28.3 23.17 42.01 -
YUV 136.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 160 117 172 0.07 0.32 0 0.33 286.91 0.25 0.57
Hex A0 75 AC 7 20 0 21 11F 19 39
Octal 240 165 254 7 40 0 41 437 31 71
Binary 10100000 1110101 10101100 111 100000 0 100001 100011111 11001 111001

Color Harmonies of #A075AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075AC

Black with #A075AC

Text Example


Text Example

White with #A075AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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