Html Css Color HEX #A275AB Ce Soir

📋 copy color: '#A275AB'

red 162 ◦ green 117 ◦ blue 171

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

Shades of Ce Soir #A275AB

Tints of Ce Soir #A275AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26%

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

R = 36%
G = 26%
B = 38%

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

#A275AB (or 0xA275AB) is known color: Ce Soir. HEX triplet: A2, 75 and AB. RGB value is (162,117,171). Sum of RGB (Red+Green+Blue) = 162+117+171=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #A275AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A275AB is #5D8A54. Grayscale: #888888. Windows color (decimal): -6130261 or 11236770. OLE color: 11236770.

HSL color Cylindrical-coordinate representation of color #A275AB: hue angle of 290º degrees, saturation: 0.24, 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 #A275AB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 117 171 -
CMYK 0.05 0.32 0 0.33
HSL 290º 0.24% 0.56% -
HSV(B) 290º 0.32% 0.67% -
XYZ 28.61 23.34 41.53 -
YUV 136.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 162 117 171 0.05 0.32 0 0.33 290 0.24 0.56
Hex A2 75 AB 5 20 0 21 122 18 38
Octal 242 165 253 5 40 0 41 442 30 70
Binary 10100010 1110101 10101011 101 100000 0 100001 100100010 11000 111000

Color Harmonies of #A275AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275AB

Black with #A275AB

Text Example


Text Example

White with #A275AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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