Html Css Color HEX #A272B1 Ce Soir

📋 copy color: '#A272B1'

red 162 ◦ green 114 ◦ blue 177

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

Shades of Ce Soir #A272B1

Tints of Ce Soir #A272B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.07%

R = 35.76%
G = 25.17%
B = 39.07%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A272B1 (or 0xA272B1) is known color: Ce Soir. HEX triplet: A2, 72 and B1. RGB value is (162,114,177). Sum of RGB (Red+Green+Blue) = 162+114+177=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 177 - color contains mainly: blue. Hex color #A272B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A272B1 is #5D8D4E. Grayscale: #878787. Windows color (decimal): -6131023 or 11629218. OLE color: 11629218.

HSL color Cylindrical-coordinate representation of color #A272B1: hue angle of 285.71º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A272B1 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 114 177 -
CMYK 0.08 0.36 0 0.31
HSL 285.71º 0.29% 0.57% -
HSV(B) 285.71º 0.36% 0.69% -
XYZ 28.85 22.89 44.49 -
YUV 135.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 162 114 177 0.08 0.36 0 0.31 285.71 0.29 0.57
Hex A2 72 B1 8 24 0 1F 11E 1D 39
Octal 242 162 261 10 44 0 37 436 35 71
Binary 10100010 1110010 10110001 1000 100100 0 11111 100011110 11101 111001

Color Harmonies of #A272B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272B1

Black with #A272B1

Text Example


Text Example

White with #A272B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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