Html Css Color HEX #AF90B2 London Hue

📋 copy color: '#AF90B2'

red 175 ◦ green 144 ◦ blue 178

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

Shades of London Hue #AF90B2

Tints of London Hue #AF90B2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.97%

 BLUE value IS 178 (69.92% from 255) = 35.81%

R = 35.21%
G = 28.97%
B = 35.81%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF90B2 (or 0xAF90B2) is known color: London Hue. HEX triplet: AF, 90 and B2. RGB value is (175,144,178). Sum of RGB (Red+Green+Blue) = 175+144+178=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF90B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF90B2 is #506F4D. Grayscale: #9D9D9D. Windows color (decimal): -5271374 or 11702447. OLE color: 11702447.

HSL color Cylindrical-coordinate representation of color #AF90B2: hue angle of 294.71º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF90B2 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 144 178 -
CMYK 0.02 0.19 0 0.30
HSL 294.71º 0.18% 0.63% -
HSV(B) 294.71º 0.19% 0.7% -
XYZ 35.69 32.27 46.47 -
YUV 157.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 175 144 178 0.02 0.19 0 0.30 294.71 0.18 0.63
Hex AF 90 B2 2 13 0 1E 127 12 3F
Octal 257 220 262 2 23 0 36 447 22 77
Binary 10101111 10010000 10110010 10 10011 0 11110 100100111 10010 111111

Color Harmonies of #AF90B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90B2

Black with #AF90B2

Text Example


Text Example

White with #AF90B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90B2; }

 p { color: rgb(175,144,178); }

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

background-color css

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

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

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

border-color css

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

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

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