Html Css Color HEX #AB6678 Turkish Rose

📋 copy color: '#AB6678'

red 171 ◦ green 102 ◦ blue 120

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

Shades of Turkish Rose #AB6678

Tints of Turkish Rose #AB6678

RGB

 RED value IS 171 (67.19% from 255) = 43.51%

 GREEN value IS 102 (40.23% from 255) = 25.95%

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 43.51%
G = 25.95%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB6678 (or 0xAB6678) is known color: Turkish Rose. HEX triplet: AB, 66 and 78. RGB value is (171,102,120). Sum of RGB (Red+Green+Blue) = 171+102+120=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6678 is #549987. Grayscale: #7C7C7C. Windows color (decimal): -5544328 or 7890603. OLE color: 7890603.

HSL color Cylindrical-coordinate representation of color #AB6678: hue angle of 344.35º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6678 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 102 120 -
CMYK 0 0.40 0.30 0.33
HSL 344.35º 0.29% 0.54% -
HSV(B) 344.35º 0.4% 0.67% -
XYZ 24.94 19.52 20.22 -
YUV 124.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 171 102 120 0 0.40 0.30 0.33 344.35 0.29 0.54
Hex AB 66 78 0 28 1E 21 158 1D 36
Octal 253 146 170 0 50 36 41 530 35 66
Binary 10101011 1100110 1111000 0 101000 11110 100001 101011000 11101 110110

Color Harmonies of #AB6678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6678

Black with #AB6678

Text Example


Text Example

White with #AB6678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6678; }

 p { color: rgb(171,102,120); }

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

background-color css

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

 a { background-color: rgb(171,102,120); }

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

border-color css

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

 span { border-color: rgb(171,102,120); }

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