Html Css Color HEX #A276AD Ce Soir

📋 copy color: '#A276AD'

red 162 ◦ green 118 ◦ blue 173

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

Shades of Ce Soir #A276AD

Tints of Ce Soir #A276AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.19%

R = 35.76%
G = 26.05%
B = 38.19%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A276AD (or 0xA276AD) is known color: Ce Soir. HEX triplet: A2, 76 and AD. RGB value is (162,118,173). Sum of RGB (Red+Green+Blue) = 162+118+173=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #A276AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A276AD is #5D8952. Grayscale: #898989. Windows color (decimal): -6130003 or 11368098. OLE color: 11368098.

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

Color convert

RGB 162 118 173 -
CMYK 0.06 0.32 0 0.32
HSL 288º 0.25% 0.57% -
HSV(B) 288º 0.32% 0.68% -
XYZ 28.92 23.66 42.58 -
YUV 137.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 162 118 173 0.06 0.32 0 0.32 288 0.25 0.57
Hex A2 76 AD 6 20 0 20 120 19 39
Octal 242 166 255 6 40 0 40 440 31 71
Binary 10100010 1110110 10101101 110 100000 0 100000 100100000 11001 111001

Color Harmonies of #A276AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A276AD

Black with #A276AD

Text Example


Text Example

White with #A276AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A276AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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