Html Css Color HEX #A25F6A Turkish Rose

📋 copy color: '#A25F6A'

red 162 ◦ green 95 ◦ blue 106

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

Shades of Turkish Rose #A25F6A

Tints of Turkish Rose #A25F6A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 44.63%
G = 26.17%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A25F6A (or 0xA25F6A) is known color: Turkish Rose. HEX triplet: A2, 5F and 6A. RGB value is (162,95,106). Sum of RGB (Red+Green+Blue) = 162+95+106=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F6A is #5DA095. Grayscale: #747474. Windows color (decimal): -6135958 or 6971298. OLE color: 6971298.

HSL color Cylindrical-coordinate representation of color #A25F6A: hue angle of 350.15º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A25F6A is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 95 106 -
CMYK 0 0.41 0.35 0.36
HSL 350.15º 0.26% 0.5% -
HSV(B) 350.15º 0.41% 0.64% -
XYZ 21.59 16.91 15.76 -
YUV 116.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 162 95 106 0 0.41 0.35 0.36 350.15 0.26 0.5
Hex A2 5F 6A 0 29 23 24 15E 1A 32
Octal 242 137 152 0 51 43 44 536 32 62
Binary 10100010 1011111 1101010 0 101001 100011 100100 101011110 11010 110010

Color Harmonies of #A25F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F6A

Black with #A25F6A

Text Example


Text Example

White with #A25F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F6A; }

 p { color: rgb(162,95,106); }

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

background-color css

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

 a { background-color: rgb(162,95,106); }

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

border-color css

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

 span { border-color: rgb(162,95,106); }

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