Html Css Color HEX #AF7BAD London Hue

📋 copy color: '#AF7BAD'

red 175 ◦ green 123 ◦ blue 173

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

Shades of London Hue #AF7BAD

Tints of London Hue #AF7BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.11%

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 37.15%
G = 26.11%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF7BAD (or 0xAF7BAD) is known color: London Hue. HEX triplet: AF, 7B and AD. RGB value is (175,123,173). Sum of RGB (Red+Green+Blue) = 175+123+173=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BAD is #508452. Grayscale: #909090. Windows color (decimal): -5276755 or 11369391. OLE color: 11369391.

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

Color convert

RGB 175 123 173 -
CMYK 0 0.30 0.01 0.31
HSL 302.31º 0.25% 0.58% -
HSV(B) 302.31º 0.3% 0.69% -
XYZ 32.3 26.3 42.91 -
YUV 144.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 175 123 173 0 0.30 0.01 0.31 302.31 0.25 0.58
Hex AF 7B AD 0 1E 1 1F 12E 19 3A
Octal 257 173 255 0 36 1 37 456 31 72
Binary 10101111 1111011 10101101 0 11110 1 11111 100101110 11001 111010

Color Harmonies of #AF7BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BAD

Black with #AF7BAD

Text Example


Text Example

White with #AF7BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BAD; }

 p { color: rgb(175,123,173); }

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

background-color css

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

 a { background-color: rgb(175,123,173); }

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

border-color css

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

 span { border-color: rgb(175,123,173); }

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