Html Css Color HEX #A274AD Ce Soir

📋 copy color: '#A274AD'

red 162 ◦ green 116 ◦ blue 173

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

Shades of Ce Soir #A274AD

Tints of Ce Soir #A274AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.72%

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

R = 35.92%
G = 25.72%
B = 38.36%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A274AD (or 0xA274AD) is known color: Ce Soir. HEX triplet: A2, 74 and AD. RGB value is (162,116,173). Sum of RGB (Red+Green+Blue) = 162+116+173=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #A274AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A274AD is #5D8B52. Grayscale: #888888. Windows color (decimal): -6130515 or 11367586. OLE color: 11367586.

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

Color convert

RGB 162 116 173 -
CMYK 0.06 0.33 0 0.32
HSL 288.42º 0.26% 0.57% -
HSV(B) 288.42º 0.33% 0.68% -
XYZ 28.69 23.19 42.5 -
YUV 136.25 148.74 146.37 -
System Red Green Blue C M Y K H S L
Decimal 162 116 173 0.06 0.33 0 0.32 288.42 0.26 0.57
Hex A2 74 AD 6 21 0 20 120 1A 39
Octal 242 164 255 6 41 0 40 440 32 71
Binary 10100010 1110100 10101101 110 100001 0 100000 100100000 11010 111001

Color Harmonies of #A274AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274AD

Black with #A274AD

Text Example


Text Example

White with #A274AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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