Html Css Color HEX #AF89DB Biloba Flower

📋 copy color: '#AF89DB'

red 175 ◦ green 137 ◦ blue 219

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

Shades of Biloba Flower #AF89DB

Tints of Biloba Flower #AF89DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.8%

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

R = 32.96%
G = 25.8%
B = 41.24%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF89DB (or 0xAF89DB) is known color: Biloba Flower. HEX triplet: AF, 89 and DB. RGB value is (175,137,219). Sum of RGB (Red+Green+Blue) = 175+137+219=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF89DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89DB is #507624. Grayscale: #9D9D9D. Windows color (decimal): -5273125 or 14387631. OLE color: 14387631.

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

Color convert

RGB 175 137 219 -
CMYK 0.20 0.37 0 0.14
HSL 267.8º 0.53% 0.7% -
HSV(B) 267.8º 0.37% 0.86% -
XYZ 39.41 32.12 71.14 -
YUV 157.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 175 137 219 0.20 0.37 0 0.14 267.8 0.53 0.7
Hex AF 89 DB 14 25 0 E 10C 35 46
Octal 257 211 333 24 45 0 16 414 65 106
Binary 10101111 10001001 11011011 10100 100101 0 1110 100001100 110101 1000110

Color Harmonies of #AF89DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89DB

Black with #AF89DB

Text Example


Text Example

White with #AF89DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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