Html Css Color HEX #A272AE Ce Soir

📋 copy color: '#A272AE'

red 162 ◦ green 114 ◦ blue 174

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

Shades of Ce Soir #A272AE

Tints of Ce Soir #A272AE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.33%

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

R = 36%
G = 25.33%
B = 38.67%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A272AE (or 0xA272AE) is known color: Ce Soir. HEX triplet: A2, 72 and AE. RGB value is (162,114,174). Sum of RGB (Red+Green+Blue) = 162+114+174=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #A272AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A272AE is #5D8D51. Grayscale: #878787. Windows color (decimal): -6131026 or 11432610. OLE color: 11432610.

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

Color convert

RGB 162 114 174 -
CMYK 0.07 0.34 0 0.32
HSL 288º 0.27% 0.56% -
HSV(B) 288º 0.34% 0.68% -
XYZ 28.56 22.77 42.93 -
YUV 135.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 162 114 174 0.07 0.34 0 0.32 288 0.27 0.56
Hex A2 72 AE 7 22 0 20 120 1B 38
Octal 242 162 256 7 42 0 40 440 33 70
Binary 10100010 1110010 10101110 111 100010 0 100000 100100000 11011 111000

Color Harmonies of #A272AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272AE

Black with #A272AE

Text Example


Text Example

White with #A272AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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