Html Css Color HEX #AF7CAF London Hue

📋 copy color: '#AF7CAF'

red 175 ◦ green 124 ◦ blue 175

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

Shades of London Hue #AF7CAF

Tints of London Hue #AF7CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 36.92%
G = 26.16%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF7CAF (or 0xAF7CAF) is known color: London Hue. HEX triplet: AF, 7C and AF. RGB value is (175,124,175). Sum of RGB (Red+Green+Blue) = 175+124+175=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF7CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7CAF is #508350. Grayscale: #909090. Windows color (decimal): -5276497 or 11500719. OLE color: 11500719.

HSL color Cylindrical-coordinate representation of color #AF7CAF: hue angle of 300º 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 #AF7CAF is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 124 175 -
CMYK 0 0.29 0 0.31
HSL 300º 0.24% 0.59% -
HSV(B) 300º 0.29% 0.69% -
XYZ 32.62 26.62 43.98 -
YUV 145.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 175 124 175 0 0.29 0 0.31 300 0.24 0.59
Hex AF 7C AF 0 1D 0 1F 12C 18 3B
Octal 257 174 257 0 35 0 37 454 30 73
Binary 10101111 1111100 10101111 0 11101 0 11111 100101100 11000 111011

Color Harmonies of #AF7CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CAF

Black with #AF7CAF

Text Example


Text Example

White with #AF7CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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