Html Css Color HEX #A55E6F Turkish Rose

📋 copy color: '#A55E6F'

red 165 ◦ green 94 ◦ blue 111

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

Shades of Turkish Rose #A55E6F

Tints of Turkish Rose #A55E6F

RGB

 RED value IS 165 (64.84% from 255) = 44.59%

 GREEN value IS 94 (37.11% from 255) = 25.41%

 BLUE value IS 111 (43.75% from 255) = 30%

R = 44.59%
G = 25.41%
B = 30%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A55E6F (or 0xA55E6F) is known color: Turkish Rose. HEX triplet: A5, 5E and 6F. RGB value is (165,94,111). Sum of RGB (Red+Green+Blue) = 165+94+111=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E6F is #5AA190. Grayscale: #757575. Windows color (decimal): -5939601 or 7298725. OLE color: 7298725.

HSL color Cylindrical-coordinate representation of color #A55E6F: hue angle of 345.63º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A55E6F is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 94 111 -
CMYK 0 0.43 0.33 0.35
HSL 345.63º 0.28% 0.51% -
HSV(B) 345.63º 0.43% 0.65% -
XYZ 22.39 17.15 17.17 -
YUV 117.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 165 94 111 0 0.43 0.33 0.35 345.63 0.28 0.51
Hex A5 5E 6F 0 2B 21 23 15A 1C 33
Octal 245 136 157 0 53 41 43 532 34 63
Binary 10100101 1011110 1101111 0 101011 100001 100011 101011010 11100 110011

Color Harmonies of #A55E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E6F

Black with #A55E6F

Text Example


Text Example

White with #A55E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E6F; }

 p { color: rgb(165,94,111); }

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

background-color css

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

 a { background-color: rgb(165,94,111); }

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

border-color css

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

 span { border-color: rgb(165,94,111); }

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