Html Css Color HEX #A270AD Ce Soir

📋 copy color: '#A270AD'

red 162 ◦ green 112 ◦ blue 173

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

Shades of Ce Soir #A270AD

Tints of Ce Soir #A270AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.06%

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

R = 36.24%
G = 25.06%
B = 38.7%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A270AD (or 0xA270AD) is known color: Ce Soir. HEX triplet: A2, 70 and AD. RGB value is (162,112,173). Sum of RGB (Red+Green+Blue) = 162+112+173=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #A270AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A270AD is #5D8F52. Grayscale: #858585. Windows color (decimal): -6131539 or 11366562. OLE color: 11366562.

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

Color convert

RGB 162 112 173 -
CMYK 0.06 0.35 0 0.32
HSL 289.18º 0.27% 0.56% -
HSV(B) 289.18º 0.35% 0.68% -
XYZ 28.24 22.29 42.35 -
YUV 133.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 162 112 173 0.06 0.35 0 0.32 289.18 0.27 0.56
Hex A2 70 AD 6 23 0 20 121 1B 38
Octal 242 160 255 6 43 0 40 441 33 70
Binary 10100010 1110000 10101101 110 100011 0 100000 100100001 11011 111000

Color Harmonies of #A270AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270AD

Black with #A270AD

Text Example


Text Example

White with #A270AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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