Html Css Color HEX #AF8ED8 Biloba Flower

📋 copy color: '#AF8ED8'

red 175 ◦ green 142 ◦ blue 216

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

Shades of Biloba Flower #AF8ED8

Tints of Biloba Flower #AF8ED8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.64%

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 32.83%
G = 26.64%
B = 40.53%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF8ED8 (or 0xAF8ED8) is known color: Biloba Flower. HEX triplet: AF, 8E and D8. RGB value is (175,142,216). Sum of RGB (Red+Green+Blue) = 175+142+216=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF8ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ED8 is #507127. Grayscale: #A0A0A0. Windows color (decimal): -5271848 or 14192303. OLE color: 14192303.

HSL color Cylindrical-coordinate representation of color #AF8ED8: hue angle of 266.76º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF8ED8 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 142 216 -
CMYK 0.19 0.34 0 0.15
HSL 266.76º 0.49% 0.7% -
HSV(B) 266.76º 0.34% 0.85% -
XYZ 39.75 33.42 69.32 -
YUV 160.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 175 142 216 0.19 0.34 0 0.15 266.76 0.49 0.7
Hex AF 8E D8 13 22 0 F 10B 31 46
Octal 257 216 330 23 42 0 17 413 61 106
Binary 10101111 10001110 11011000 10011 100010 0 1111 100001011 110001 1000110

Color Harmonies of #AF8ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8ED8

Black with #AF8ED8

Text Example


Text Example

White with #AF8ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8ED8; }

 p { color: rgb(175,142,216); }

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

background-color css

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

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

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

border-color css

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

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

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