Html Css Color HEX #AF7FAA London Hue

📋 copy color: '#AF7FAA'

red 175 ◦ green 127 ◦ blue 170

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

Shades of London Hue #AF7FAA

Tints of London Hue #AF7FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 37.08%
G = 26.91%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF7FAA (or 0xAF7FAA) is known color: London Hue. HEX triplet: AF, 7F and AA. RGB value is (175,127,170). Sum of RGB (Red+Green+Blue) = 175+127+170=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FAA is #508055. Grayscale: #929292. Windows color (decimal): -5275734 or 11173807. OLE color: 11173807.

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

Color convert

RGB 175 127 170 -
CMYK 0 0.27 0.03 0.31
HSL 306.25º 0.23% 0.59% -
HSV(B) 306.25º 0.27% 0.69% -
XYZ 32.52 27.19 41.57 -
YUV 146.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 175 127 170 0 0.27 0.03 0.31 306.25 0.23 0.59
Hex AF 7F AA 0 1B 3 1F 132 17 3B
Octal 257 177 252 0 33 3 37 462 27 73
Binary 10101111 1111111 10101010 0 11011 11 11111 100110010 10111 111011

Color Harmonies of #AF7FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FAA

Black with #AF7FAA

Text Example


Text Example

White with #AF7FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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