Html Css Color HEX #AF9FDD Biloba Flower

📋 copy color: '#AF9FDD'

red 175 ◦ green 159 ◦ blue 221

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

Shades of Biloba Flower #AF9FDD

Tints of Biloba Flower #AF9FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 31.53%
G = 28.65%
B = 39.82%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF9FDD (or 0xAF9FDD) is known color: Biloba Flower. HEX triplet: AF, 9F and DD. RGB value is (175,159,221). Sum of RGB (Red+Green+Blue) = 175+159+221=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF9FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FDD is #506022. Grayscale: #AAAAAA. Windows color (decimal): -5267491 or 14524335. OLE color: 14524335.

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

Color convert

RGB 175 159 221 -
CMYK 0.21 0.28 0 0.13
HSL 255.48º 0.48% 0.75% -
HSV(B) 255.48º 0.28% 0.87% -
XYZ 43.13 39.13 73.69 -
YUV 170.85 156.3 130.96 -
System Red Green Blue C M Y K H S L
Decimal 175 159 221 0.21 0.28 0 0.13 255.48 0.48 0.75
Hex AF 9F DD 15 1C 0 D FF 30 4B
Octal 257 237 335 25 34 0 15 377 60 113
Binary 10101111 10011111 11011101 10101 11100 0 1101 11111111 110000 1001011

Color Harmonies of #AF9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FDD

Black with #AF9FDD

Text Example


Text Example

White with #AF9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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