Html Css Color HEX #A270AE Ce Soir

📋 copy color: '#A270AE'

red 162 ◦ green 112 ◦ blue 174

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

Shades of Ce Soir #A270AE

Tints of Ce Soir #A270AE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25%

 BLUE value IS 174 (68.36% from 255) = 38.84%

R = 36.16%
G = 25%
B = 38.84%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A270AE (or 0xA270AE) is known color: Ce Soir. HEX triplet: A2, 70 and AE. RGB value is (162,112,174). Sum of RGB (Red+Green+Blue) = 162+112+174=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #A270AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A270AE is #5D8F51. Grayscale: #858585. Windows color (decimal): -6131538 or 11432098. OLE color: 11432098.

HSL color Cylindrical-coordinate representation of color #A270AE: hue angle of 288.39º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A270AE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 112 174 -
CMYK 0.07 0.36 0 0.32
HSL 288.39º 0.28% 0.56% -
HSV(B) 288.39º 0.36% 0.68% -
XYZ 28.33 22.33 42.86 -
YUV 134.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 162 112 174 0.07 0.36 0 0.32 288.39 0.28 0.56
Hex A2 70 AE 7 24 0 20 120 1C 38
Octal 242 160 256 7 44 0 40 440 34 70
Binary 10100010 1110000 10101110 111 100100 0 100000 100100000 11100 111000

Color Harmonies of #A270AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270AE

Black with #A270AE

Text Example


Text Example

White with #A270AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270AE; }

 p { color: rgb(162,112,174); }

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

background-color css

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

 a { background-color: rgb(162,112,174); }

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

border-color css

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

 span { border-color: rgb(162,112,174); }

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