Html Css Color HEX #AF7CA7 London Hue

📋 copy color: '#AF7CA7'

red 175 ◦ green 124 ◦ blue 167

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

Shades of London Hue #AF7CA7

Tints of London Hue #AF7CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.84%

R = 37.55%
G = 26.61%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF7CA7 (or 0xAF7CA7) is known color: London Hue. HEX triplet: AF, 7C and A7. RGB value is (175,124,167). Sum of RGB (Red+Green+Blue) = 175+124+167=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7CA7 is #508358. Grayscale: #909090. Windows color (decimal): -5276505 or 10976431. OLE color: 10976431.

HSL color Cylindrical-coordinate representation of color #AF7CA7: hue angle of 309.41º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF7CA7 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 124 167 -
CMYK 0 0.29 0.05 0.31
HSL 309.41º 0.24% 0.59% -
HSV(B) 309.41º 0.29% 0.69% -
XYZ 31.86 26.32 39.96 -
YUV 144.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 175 124 167 0 0.29 0.05 0.31 309.41 0.24 0.59
Hex AF 7C A7 0 1D 5 1F 135 18 3B
Octal 257 174 247 0 35 5 37 465 30 73
Binary 10101111 1111100 10100111 0 11101 101 11111 100110101 11000 111011

Color Harmonies of #AF7CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CA7

Black with #AF7CA7

Text Example


Text Example

White with #AF7CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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