Html Css Color HEX #A2757D Turkish Rose

📋 copy color: '#A2757D'

red 162 ◦ green 117 ◦ blue 125

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

Shades of Turkish Rose #A2757D

Tints of Turkish Rose #A2757D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 40.1%
G = 28.96%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2757D (or 0xA2757D) is known color: Turkish Rose. HEX triplet: A2, 75 and 7D. RGB value is (162,117,125). Sum of RGB (Red+Green+Blue) = 162+117+125=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A2757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2757D is #5D8A82. Grayscale: #838383. Windows color (decimal): -6130307 or 8222114. OLE color: 8222114.

HSL color Cylindrical-coordinate representation of color #A2757D: hue angle of 349.33º 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 #A2757D is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 117 125 -
CMYK 0 0.28 0.23 0.36
HSL 349.33º 0.19% 0.55% -
HSV(B) 349.33º 0.28% 0.64% -
XYZ 24.96 21.88 22.31 -
YUV 131.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 162 117 125 0 0.28 0.23 0.36 349.33 0.19 0.55
Hex A2 75 7D 0 1C 17 24 15D 13 37
Octal 242 165 175 0 34 27 44 535 23 67
Binary 10100010 1110101 1111101 0 11100 10111 100100 101011101 10011 110111

Color Harmonies of #A2757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2757D

Black with #A2757D

Text Example


Text Example

White with #A2757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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