Html Css Color HEX #A072AA Ce Soir

📋 copy color: '#A072AA'

red 160 ◦ green 114 ◦ blue 170

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

Shades of Ce Soir #A072AA

Tints of Ce Soir #A072AA

RGB

 RED value IS 160 (62.89% from 255) = 36.04%

 GREEN value IS 114 (44.92% from 255) = 25.68%

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

R = 36.04%
G = 25.68%
B = 38.29%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A072AA (or 0xA072AA) is known color: Ce Soir. HEX triplet: A0, 72 and AA. RGB value is (160,114,170). Sum of RGB (Red+Green+Blue) = 160+114+170=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #A072AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A072AA is #5F8D55. Grayscale: #858585. Windows color (decimal): -6262102 or 11170464. OLE color: 11170464.

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

Color convert

RGB 160 114 170 -
CMYK 0.06 0.33 0 0.33
HSL 289.29º 0.25% 0.56% -
HSV(B) 289.29º 0.33% 0.67% -
XYZ 27.77 22.41 40.89 -
YUV 134.14 148.24 146.45 -
System Red Green Blue C M Y K H S L
Decimal 160 114 170 0.06 0.33 0 0.33 289.29 0.25 0.56
Hex A0 72 AA 6 21 0 21 121 19 38
Octal 240 162 252 6 41 0 41 441 31 70
Binary 10100000 1110010 10101010 110 100001 0 100001 100100001 11001 111000

Color Harmonies of #A072AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A072AA

Black with #A072AA

Text Example


Text Example

White with #A072AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A072AA; }

 p { color: rgb(160,114,170); }

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

background-color css

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

 a { background-color: rgb(160,114,170); }

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

border-color css

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

 span { border-color: rgb(160,114,170); }

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