Html Css Color HEX #A2707E Turkish Rose

📋 copy color: '#A2707E'

red 162 ◦ green 112 ◦ blue 126

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

Shades of Turkish Rose #A2707E

Tints of Turkish Rose #A2707E

RGB

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

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

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

R = 40.5%
G = 28%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2707E (or 0xA2707E) is known color: Turkish Rose. HEX triplet: A2, 70 and 7E. RGB value is (162,112,126). Sum of RGB (Red+Green+Blue) = 162+112+126=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A2707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2707E is #5D8F81. Grayscale: #808080. Windows color (decimal): -6131586 or 8286370. OLE color: 8286370.

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

Color convert

RGB 162 112 126 -
CMYK 0 0.31 0.22 0.36
HSL 343.2º 0.21% 0.54% -
HSV(B) 343.2º 0.31% 0.64% -
XYZ 24.46 20.78 22.46 -
YUV 128.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 162 112 126 0 0.31 0.22 0.36 343.2 0.21 0.54
Hex A2 70 7E 0 1F 16 24 157 15 36
Octal 242 160 176 0 37 26 44 527 25 66
Binary 10100010 1110000 1111110 0 11111 10110 100100 101010111 10101 110110

Color Harmonies of #A2707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2707E

Black with #A2707E

Text Example


Text Example

White with #A2707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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