Html Css Color HEX #AF9DDF Biloba Flower

📋 copy color: '#AF9DDF'

red 175 ◦ green 157 ◦ blue 223

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

Shades of Biloba Flower #AF9DDF

Tints of Biloba Flower #AF9DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.29%

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

R = 31.53%
G = 28.29%
B = 40.18%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF9DDF (or 0xAF9DDF) is known color: Biloba Flower. HEX triplet: AF, 9D and DF. RGB value is (175,157,223). Sum of RGB (Red+Green+Blue) = 175+157+223=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DDF is #506220. Grayscale: #A9A9A9. Windows color (decimal): -5268001 or 14654895. OLE color: 14654895.

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

Color convert

RGB 175 157 223 -
CMYK 0.22 0.30 0 0.13
HSL 256.36º 0.51% 0.75% -
HSV(B) 256.36º 0.3% 0.87% -
XYZ 43.06 38.56 74.98 -
YUV 169.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 175 157 223 0.22 0.30 0 0.13 256.36 0.51 0.75
Hex AF 9D DF 16 1E 0 D 100 33 4B
Octal 257 235 337 26 36 0 15 400 63 113
Binary 10101111 10011101 11011111 10110 11110 0 1101 100000000 110011 1001011

Color Harmonies of #AF9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9DDF

Black with #AF9DDF

Text Example


Text Example

White with #AF9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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