Html Css Color HEX #A276AA Ce Soir

📋 copy color: '#A276AA'

red 162 ◦ green 118 ◦ blue 170

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

Shades of Ce Soir #A276AA

Tints of Ce Soir #A276AA

RGB

 RED value IS 162 (63.67% from 255) = 36%

 GREEN value IS 118 (46.48% from 255) = 26.22%

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

R = 36%
G = 26.22%
B = 37.78%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A276AA (or 0xA276AA) is known color: Ce Soir. HEX triplet: A2, 76 and AA. RGB value is (162,118,170). Sum of RGB (Red+Green+Blue) = 162+118+170=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #A276AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A276AA is #5D8955. Grayscale: #888888. Windows color (decimal): -6130006 or 11171490. OLE color: 11171490.

HSL color Cylindrical-coordinate representation of color #A276AA: hue angle of 290.77º degrees, saturation: 0.23, 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 #A276AA is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 118 170 -
CMYK 0.05 0.31 0 0.33
HSL 290.77º 0.23% 0.56% -
HSV(B) 290.77º 0.31% 0.67% -
XYZ 28.63 23.54 41.06 -
YUV 137.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 162 118 170 0.05 0.31 0 0.33 290.77 0.23 0.56
Hex A2 76 AA 5 1F 0 21 123 17 38
Octal 242 166 252 5 37 0 41 443 27 70
Binary 10100010 1110110 10101010 101 11111 0 100001 100100011 10111 111000

Color Harmonies of #A276AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A276AA

Black with #A276AA

Text Example


Text Example

White with #A276AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A276AA; }

 p { color: rgb(162,118,170); }

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

background-color css

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

 a { background-color: rgb(162,118,170); }

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

border-color css

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

 span { border-color: rgb(162,118,170); }

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