Html Css Color HEX #AF9EDB Biloba Flower

📋 copy color: '#AF9EDB'

red 175 ◦ green 158 ◦ blue 219

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

Shades of Biloba Flower #AF9EDB

Tints of Biloba Flower #AF9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.62%

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

R = 31.7%
G = 28.62%
B = 39.67%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF9EDB (or 0xAF9EDB) is known color: Biloba Flower. HEX triplet: AF, 9E and DB. RGB value is (175,158,219). Sum of RGB (Red+Green+Blue) = 175+158+219=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EDB is #506124. Grayscale: #A9A9A9. Windows color (decimal): -5267749 or 14393007. OLE color: 14393007.

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

Color convert

RGB 175 158 219 -
CMYK 0.20 0.28 0 0.14
HSL 256.72º 0.46% 0.74% -
HSV(B) 256.72º 0.28% 0.86% -
XYZ 42.69 38.68 72.23 -
YUV 170.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 175 158 219 0.20 0.28 0 0.14 256.72 0.46 0.74
Hex AF 9E DB 14 1C 0 E 101 2E 4A
Octal 257 236 333 24 34 0 16 401 56 112
Binary 10101111 10011110 11011011 10100 11100 0 1110 100000001 101110 1001010

Color Harmonies of #AF9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9EDB

Black with #AF9EDB

Text Example


Text Example

White with #AF9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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