Html Css Color HEX #A274AB Ce Soir

📋 copy color: '#A274AB'

red 162 ◦ green 116 ◦ blue 171

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

Shades of Ce Soir #A274AB

Tints of Ce Soir #A274AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.84%

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

R = 36.08%
G = 25.84%
B = 38.08%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A274AB (or 0xA274AB) is known color: Ce Soir. HEX triplet: A2, 74 and AB. RGB value is (162,116,171). Sum of RGB (Red+Green+Blue) = 162+116+171=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #A274AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A274AB is #5D8B54. Grayscale: #878787. Windows color (decimal): -6130517 or 11236514. OLE color: 11236514.

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

Color convert

RGB 162 116 171 -
CMYK 0.05 0.32 0 0.33
HSL 290.18º 0.25% 0.56% -
HSV(B) 290.18º 0.32% 0.67% -
XYZ 28.5 23.11 41.49 -
YUV 136.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 162 116 171 0.05 0.32 0 0.33 290.18 0.25 0.56
Hex A2 74 AB 5 20 0 21 122 19 38
Octal 242 164 253 5 40 0 41 442 31 70
Binary 10100010 1110100 10101011 101 100000 0 100001 100100010 11001 111000

Color Harmonies of #A274AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274AB

Black with #A274AB

Text Example


Text Example

White with #A274AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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