Html Css Color HEX #AF88D9 Biloba Flower

📋 copy color: '#AF88D9'

red 175 ◦ green 136 ◦ blue 217

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

Shades of Biloba Flower #AF88D9

Tints of Biloba Flower #AF88D9

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.76%

 BLUE value IS 217 (85.16% from 255) = 41.1%

R = 33.14%
G = 25.76%
B = 41.1%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF88D9 (or 0xAF88D9) is known color: Biloba Flower. HEX triplet: AF, 88 and D9. RGB value is (175,136,217). Sum of RGB (Red+Green+Blue) = 175+136+217=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF88D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF88D9 is #507726. Grayscale: #9C9C9C. Windows color (decimal): -5273383 or 14256303. OLE color: 14256303.

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

Color convert

RGB 175 136 217 -
CMYK 0.19 0.37 0 0.15
HSL 268.89º 0.52% 0.69% -
HSV(B) 268.89º 0.37% 0.85% -
XYZ 39.01 31.73 69.71 -
YUV 156.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 175 136 217 0.19 0.37 0 0.15 268.89 0.52 0.69
Hex AF 88 D9 13 25 0 F 10D 34 45
Octal 257 210 331 23 45 0 17 415 64 105
Binary 10101111 10001000 11011001 10011 100101 0 1111 100001101 110100 1000101

Color Harmonies of #AF88D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF88D9

Black with #AF88D9

Text Example


Text Example

White with #AF88D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF88D9; }

 p { color: rgb(175,136,217); }

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

background-color css

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

 a { background-color: rgb(175,136,217); }

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

border-color css

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

 span { border-color: rgb(175,136,217); }

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