Html Css Color HEX #AF93B2 London Hue

📋 copy color: '#AF93B2'

red 175 ◦ green 147 ◦ blue 178

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

Shades of London Hue #AF93B2

Tints of London Hue #AF93B2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.4%

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

R = 35%
G = 29.4%
B = 35.6%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF93B2 (or 0xAF93B2) is known color: London Hue. HEX triplet: AF, 93 and B2. RGB value is (175,147,178). Sum of RGB (Red+Green+Blue) = 175+147+178=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF93B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF93B2 is #506C4D. Grayscale: #9E9E9E. Windows color (decimal): -5270606 or 11703215. OLE color: 11703215.

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

Color convert

RGB 175 147 178 -
CMYK 0.02 0.17 0 0.30
HSL 294.19º 0.17% 0.64% -
HSV(B) 294.19º 0.17% 0.7% -
XYZ 36.15 33.2 46.62 -
YUV 158.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 175 147 178 0.02 0.17 0 0.30 294.19 0.17 0.64
Hex AF 93 B2 2 11 0 1E 126 11 40
Octal 257 223 262 2 21 0 36 446 21 100
Binary 10101111 10010011 10110010 10 10001 0 11110 100100110 10001 1000000

Color Harmonies of #AF93B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93B2

Black with #AF93B2

Text Example


Text Example

White with #AF93B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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