Html Css Color HEX #AF7CB1 London Hue

📋 copy color: '#AF7CB1'

red 175 ◦ green 124 ◦ blue 177

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

Shades of London Hue #AF7CB1

Tints of London Hue #AF7CB1

RGB

 RED value IS 175 (68.75% from 255) = 36.76%

 GREEN value IS 124 (48.83% from 255) = 26.05%

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 36.76%
G = 26.05%
B = 37.18%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF7CB1 (or 0xAF7CB1) is known color: London Hue. HEX triplet: AF, 7C and B1. RGB value is (175,124,177). Sum of RGB (Red+Green+Blue) = 175+124+177=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF7CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7CB1 is #50834E. Grayscale: #919191. Windows color (decimal): -5276495 or 11631791. OLE color: 11631791.

HSL color Cylindrical-coordinate representation of color #AF7CB1: hue angle of 297.74º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7CB1 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 124 177 -
CMYK 0.01 0.30 0 0.31
HSL 297.74º 0.25% 0.59% -
HSV(B) 297.74º 0.3% 0.69% -
XYZ 32.82 26.7 45.02 -
YUV 145.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 175 124 177 0.01 0.30 0 0.31 297.74 0.25 0.59
Hex AF 7C B1 1 1E 0 1F 12A 19 3B
Octal 257 174 261 1 36 0 37 452 31 73
Binary 10101111 1111100 10110001 1 11110 0 11111 100101010 11001 111011

Color Harmonies of #AF7CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CB1

Black with #AF7CB1

Text Example


Text Example

White with #AF7CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CB1; }

 p { color: rgb(175,124,177); }

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

background-color css

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

 a { background-color: rgb(175,124,177); }

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

border-color css

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

 span { border-color: rgb(175,124,177); }

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