Html Css Color HEX #AF7FAF London Hue

📋 copy color: '#AF7FAF'

red 175 ◦ green 127 ◦ blue 175

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

Shades of London Hue #AF7FAF

Tints of London Hue #AF7FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 26.62%

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

R = 36.69%
G = 26.62%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF7FAF (or 0xAF7FAF) is known color: London Hue. HEX triplet: AF, 7F and AF. RGB value is (175,127,175). Sum of RGB (Red+Green+Blue) = 175+127+175=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF7FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FAF is #508050. Grayscale: #929292. Windows color (decimal): -5275729 or 11501487. OLE color: 11501487.

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

Color convert

RGB 175 127 175 -
CMYK 0 0.27 0 0.31
HSL 300º 0.23% 0.59% -
HSV(B) 300º 0.27% 0.69% -
XYZ 33.01 27.39 44.1 -
YUV 146.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 175 127 175 0 0.27 0 0.31 300 0.23 0.59
Hex AF 7F AF 0 1B 0 1F 12C 17 3B
Octal 257 177 257 0 33 0 37 454 27 73
Binary 10101111 1111111 10101111 0 11011 0 11111 100101100 10111 111011

Color Harmonies of #AF7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FAF

Black with #AF7FAF

Text Example


Text Example

White with #AF7FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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