Html Css Color HEX #A275AD Ce Soir

📋 copy color: '#A275AD'

red 162 ◦ green 117 ◦ blue 173

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

Shades of Ce Soir #A275AD

Tints of Ce Soir #A275AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.27%

R = 35.84%
G = 25.88%
B = 38.27%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A275AD (or 0xA275AD) is known color: Ce Soir. HEX triplet: A2, 75 and AD. RGB value is (162,117,173). Sum of RGB (Red+Green+Blue) = 162+117+173=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #A275AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A275AD is #5D8A52. Grayscale: #888888. Windows color (decimal): -6130259 or 11367842. OLE color: 11367842.

HSL color Cylindrical-coordinate representation of color #A275AD: hue angle of 288.21º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A275AD is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 117 173 -
CMYK 0.06 0.32 0 0.32
HSL 288.21º 0.25% 0.57% -
HSV(B) 288.21º 0.32% 0.68% -
XYZ 28.8 23.42 42.54 -
YUV 136.84 148.41 145.95 -
System Red Green Blue C M Y K H S L
Decimal 162 117 173 0.06 0.32 0 0.32 288.21 0.25 0.57
Hex A2 75 AD 6 20 0 20 120 19 39
Octal 242 165 255 6 40 0 40 440 31 71
Binary 10100010 1110101 10101101 110 100000 0 100000 100100000 11001 111001

Color Harmonies of #A275AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275AD

Black with #A275AD

Text Example


Text Example

White with #A275AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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