Html Css Color HEX #A275AA Ce Soir

📋 copy color: '#A275AA'

red 162 ◦ green 117 ◦ blue 170

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

Shades of Ce Soir #A275AA

Tints of Ce Soir #A275AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 36.08%
G = 26.06%
B = 37.86%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A275AA (or 0xA275AA) is known color: Ce Soir. HEX triplet: A2, 75 and AA. RGB value is (162,117,170). Sum of RGB (Red+Green+Blue) = 162+117+170=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #A275AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A275AA is #5D8A55. Grayscale: #888888. Windows color (decimal): -6130262 or 11171234. OLE color: 11171234.

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

Color convert

RGB 162 117 170 -
CMYK 0.05 0.31 0 0.33
HSL 290.94º 0.24% 0.56% -
HSV(B) 290.94º 0.31% 0.67% -
XYZ 28.52 23.31 41.03 -
YUV 136.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 162 117 170 0.05 0.31 0 0.33 290.94 0.24 0.56
Hex A2 75 AA 5 1F 0 21 123 18 38
Octal 242 165 252 5 37 0 41 443 30 70
Binary 10100010 1110101 10101010 101 11111 0 100001 100100011 11000 111000

Color Harmonies of #A275AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275AA

Black with #A275AA

Text Example


Text Example

White with #A275AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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