Html Css Color HEX #AF90DB Biloba Flower

📋 copy color: '#AF90DB'

red 175 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #AF90DB

Tints of Biloba Flower #AF90DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.77%

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 32.53%
G = 26.77%
B = 40.71%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF90DB (or 0xAF90DB) is known color: Biloba Flower. HEX triplet: AF, 90 and DB. RGB value is (175,144,219). Sum of RGB (Red+Green+Blue) = 175+144+219=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90DB is #506F24. Grayscale: #A1A1A1. Windows color (decimal): -5271333 or 14389423. OLE color: 14389423.

HSL color Cylindrical-coordinate representation of color #AF90DB: hue angle of 264.8º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF90DB is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 144 219 -
CMYK 0.20 0.34 0 0.14
HSL 264.8º 0.51% 0.71% -
HSV(B) 264.8º 0.34% 0.86% -
XYZ 40.44 34.17 71.48 -
YUV 161.82 160.27 137.4 -
System Red Green Blue C M Y K H S L
Decimal 175 144 219 0.20 0.34 0 0.14 264.8 0.51 0.71
Hex AF 90 DB 14 22 0 E 109 33 47
Octal 257 220 333 24 42 0 16 411 63 107
Binary 10101111 10010000 11011011 10100 100010 0 1110 100001001 110011 1000111

Color Harmonies of #AF90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90DB

Black with #AF90DB

Text Example


Text Example

White with #AF90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90DB; }

 p { color: rgb(175,144,219); }

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

background-color css

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

 a { background-color: rgb(175,144,219); }

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

border-color css

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

 span { border-color: rgb(175,144,219); }

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