Html Css Color HEX #AF92B3 London Hue

📋 copy color: '#AF92B3'

red 175 ◦ green 146 ◦ blue 179

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

Shades of London Hue #AF92B3

Tints of London Hue #AF92B3

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.2%

 BLUE value IS 179 (70.31% from 255) = 35.8%

R = 35%
G = 29.2%
B = 35.8%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF92B3 (or 0xAF92B3) is known color: London Hue. HEX triplet: AF, 92 and B3. RGB value is (175,146,179). Sum of RGB (Red+Green+Blue) = 175+146+179=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF92B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92B3 is #506D4C. Grayscale: #9E9E9E. Windows color (decimal): -5270861 or 11768495. OLE color: 11768495.

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

Color convert

RGB 175 146 179 -
CMYK 0.02 0.18 0 0.30
HSL 292.73º 0.18% 0.64% -
HSV(B) 292.73º 0.18% 0.7% -
XYZ 36.09 32.93 47.1 -
YUV 158.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 175 146 179 0.02 0.18 0 0.30 292.73 0.18 0.64
Hex AF 92 B3 2 12 0 1E 125 12 40
Octal 257 222 263 2 22 0 36 445 22 100
Binary 10101111 10010010 10110011 10 10010 0 11110 100100101 10010 1000000

Color Harmonies of #AF92B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92B3

Black with #AF92B3

Text Example


Text Example

White with #AF92B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92B3; }

 p { color: rgb(175,146,179); }

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

background-color css

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

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

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

border-color css

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

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

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