Html Css Color HEX #A075AA Ce Soir

📋 copy color: '#A075AA'

red 160 ◦ green 117 ◦ blue 170

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

Shades of Ce Soir #A075AA

Tints of Ce Soir #A075AA

RGB

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

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

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

R = 35.79%
G = 26.17%
B = 38.03%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A075AA (or 0xA075AA) is known color: Ce Soir. HEX triplet: A0, 75 and AA. RGB value is (160,117,170). Sum of RGB (Red+Green+Blue) = 160+117+170=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #A075AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A075AA is #5F8A55. Grayscale: #878787. Windows color (decimal): -6261334 or 11171232. OLE color: 11171232.

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

Color convert

RGB 160 117 170 -
CMYK 0.06 0.31 0 0.33
HSL 288.68º 0.24% 0.56% -
HSV(B) 288.68º 0.31% 0.67% -
XYZ 28.11 23.1 41.01 -
YUV 135.9 147.25 145.19 -
System Red Green Blue C M Y K H S L
Decimal 160 117 170 0.06 0.31 0 0.33 288.68 0.24 0.56
Hex A0 75 AA 6 1F 0 21 121 18 38
Octal 240 165 252 6 37 0 41 441 30 70
Binary 10100000 1110101 10101010 110 11111 0 100001 100100001 11000 111000

Color Harmonies of #A075AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075AA

Black with #A075AA

Text Example


Text Example

White with #A075AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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