Html Css Color HEX #AF9FDF Biloba Flower

📋 copy color: '#AF9FDF'

red 175 ◦ green 159 ◦ blue 223

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

Shades of Biloba Flower #AF9FDF

Tints of Biloba Flower #AF9FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.55%

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

R = 31.42%
G = 28.55%
B = 40.04%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF9FDF (or 0xAF9FDF) is known color: Biloba Flower. HEX triplet: AF, 9F and DF. RGB value is (175,159,223). Sum of RGB (Red+Green+Blue) = 175+159+223=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF9FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FDF is #506020. Grayscale: #AAAAAA. Windows color (decimal): -5267489 or 14655407. OLE color: 14655407.

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

Color convert

RGB 175 159 223 -
CMYK 0.22 0.29 0 0.13
HSL 255º 0.5% 0.75% -
HSV(B) 255º 0.29% 0.87% -
XYZ 43.4 39.24 75.1 -
YUV 171.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 175 159 223 0.22 0.29 0 0.13 255 0.5 0.75
Hex AF 9F DF 16 1D 0 D FF 32 4B
Octal 257 237 337 26 35 0 15 377 62 113
Binary 10101111 10011111 11011111 10110 11101 0 1101 11111111 110010 1001011

Color Harmonies of #AF9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FDF

Black with #AF9FDF

Text Example


Text Example

White with #AF9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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