Html Css Color HEX #AF97DF Biloba Flower

📋 copy color: '#AF97DF'

red 175 ◦ green 151 ◦ blue 223

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

Shades of Biloba Flower #AF97DF

Tints of Biloba Flower #AF97DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.5%

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 31.88%
G = 27.5%
B = 40.62%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF97DF (or 0xAF97DF) is known color: Biloba Flower. HEX triplet: AF, 97 and DF. RGB value is (175,151,223). Sum of RGB (Red+Green+Blue) = 175+151+223=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF97DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97DF is #506820. Grayscale: #A6A6A6. Windows color (decimal): -5269537 or 14653359. OLE color: 14653359.

HSL color Cylindrical-coordinate representation of color #AF97DF: hue angle of 260º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF97DF is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 151 223 -
CMYK 0.22 0.32 0 0.13
HSL 260º 0.53% 0.73% -
HSV(B) 260º 0.32% 0.87% -
XYZ 42.07 36.57 74.65 -
YUV 166.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 175 151 223 0.22 0.32 0 0.13 260 0.53 0.73
Hex AF 97 DF 16 20 0 D 104 35 49
Octal 257 227 337 26 40 0 15 404 65 111
Binary 10101111 10010111 11011111 10110 100000 0 1101 100000100 110101 1001001

Color Harmonies of #AF97DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF97DF

Black with #AF97DF

Text Example


Text Example

White with #AF97DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF97DF; }

 p { color: rgb(175,151,223); }

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

background-color css

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

 a { background-color: rgb(175,151,223); }

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

border-color css

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

 span { border-color: rgb(175,151,223); }

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