Html Css Color HEX #A272B4 Ce Soir

📋 copy color: '#A272B4'

red 162 ◦ green 114 ◦ blue 180

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

Shades of Ce Soir #A272B4

Tints of Ce Soir #A272B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.47%

R = 35.53%
G = 25%
B = 39.47%

CMYK

 C value IS 0.1

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A272B4 (or 0xA272B4) is known color: Ce Soir. HEX triplet: A2, 72 and B4. RGB value is (162,114,180). Sum of RGB (Red+Green+Blue) = 162+114+180=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #A272B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272B4 is #5D8D4B. Grayscale: #878787. Windows color (decimal): -6131020 or 11825826. OLE color: 11825826.

HSL color Cylindrical-coordinate representation of color #A272B4: hue angle of 283.64º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A272B4 is Cyan = 0.1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 114 180 -
CMYK 0.1 0.37 0 0.29
HSL 283.64º 0.31% 0.58% -
HSV(B) 283.64º 0.37% 0.71% -
XYZ 29.16 23.01 46.08 -
YUV 135.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 162 114 180 0.1 0.37 0 0.29 283.64 0.31 0.58
Hex A2 72 B4 A 25 0 1D 11C 1F 3A
Octal 242 162 264 12 45 0 35 434 37 72
Binary 10100010 1110010 10110100 1010 100101 0 11101 100011100 11111 111010

Color Harmonies of #A272B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A272B4

Black with #A272B4

Text Example


Text Example

White with #A272B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A272B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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