Html Css Color HEX #A272AB Ce Soir

📋 copy color: '#A272AB'

red 162 ◦ green 114 ◦ blue 171

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

Shades of Ce Soir #A272AB

Tints of Ce Soir #A272AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 36.24%
G = 25.5%
B = 38.26%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A272AB (or 0xA272AB) is known color: Ce Soir. HEX triplet: A2, 72 and AB. RGB value is (162,114,171). Sum of RGB (Red+Green+Blue) = 162+114+171=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #A272AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A272AB is #5D8D54. Grayscale: #868686. Windows color (decimal): -6131029 or 11236002. OLE color: 11236002.

HSL color Cylindrical-coordinate representation of color #A272AB: hue angle of 290.53º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A272AB is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 114 171 -
CMYK 0.05 0.33 0 0.33
HSL 290.53º 0.25% 0.56% -
HSV(B) 290.53º 0.33% 0.67% -
XYZ 28.27 22.66 41.41 -
YUV 134.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 162 114 171 0.05 0.33 0 0.33 290.53 0.25 0.56
Hex A2 72 AB 5 21 0 21 123 19 38
Octal 242 162 253 5 41 0 41 443 31 70
Binary 10100010 1110010 10101011 101 100001 0 100001 100100011 11001 111000

Color Harmonies of #A272AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272AB

Black with #A272AB

Text Example


Text Example

White with #A272AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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