Html Css Color HEX #A2757E Turkish Rose

📋 copy color: '#A2757E'

red 162 ◦ green 117 ◦ blue 126

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

Shades of Turkish Rose #A2757E

Tints of Turkish Rose #A2757E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 40%
G = 28.89%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2757E (or 0xA2757E) is known color: Turkish Rose. HEX triplet: A2, 75 and 7E. RGB value is (162,117,126). Sum of RGB (Red+Green+Blue) = 162+117+126=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A2757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2757E is #5D8A81. Grayscale: #838383. Windows color (decimal): -6130306 or 8287650. OLE color: 8287650.

HSL color Cylindrical-coordinate representation of color #A2757E: hue angle of 348º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2757E is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 117 126 -
CMYK 0 0.28 0.22 0.36
HSL 348º 0.19% 0.55% -
HSV(B) 348º 0.28% 0.64% -
XYZ 25.03 21.91 22.65 -
YUV 131.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 162 117 126 0 0.28 0.22 0.36 348 0.19 0.55
Hex A2 75 7E 0 1C 16 24 15C 13 37
Octal 242 165 176 0 34 26 44 534 23 67
Binary 10100010 1110101 1111110 0 11100 10110 100100 101011100 10011 110111

Color Harmonies of #A2757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2757E

Black with #A2757E

Text Example


Text Example

White with #A2757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2757E; }

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

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

background-color css

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

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

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

border-color css

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

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

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