Html Css Color HEX #AF9DDB Biloba Flower

📋 copy color: '#AF9DDB'

red 175 ◦ green 157 ◦ blue 219

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

Shades of Biloba Flower #AF9DDB

Tints of Biloba Flower #AF9DDB

RGB

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

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

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

R = 31.76%
G = 28.49%
B = 39.75%

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

#AF9DDB (or 0xAF9DDB) is known color: Biloba Flower. HEX triplet: AF, 9D and DB. RGB value is (175,157,219). Sum of RGB (Red+Green+Blue) = 175+157+219=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DDB is #506224. Grayscale: #A9A9A9. Windows color (decimal): -5268005 or 14392751. OLE color: 14392751.

HSL color Cylindrical-coordinate representation of color #AF9DDB: hue angle of 257.42º 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 #AF9DDB is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 157 219 -
CMYK 0.20 0.28 0 0.14
HSL 257.42º 0.46% 0.74% -
HSV(B) 257.42º 0.28% 0.86% -
XYZ 42.52 38.34 72.18 -
YUV 169.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 175 157 219 0.20 0.28 0 0.14 257.42 0.46 0.74
Hex AF 9D DB 14 1C 0 E 101 2E 4A
Octal 257 235 333 24 34 0 16 401 56 112
Binary 10101111 10011101 11011011 10100 11100 0 1110 100000001 101110 1001010

Color Harmonies of #AF9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9DDB

Black with #AF9DDB

Text Example


Text Example

White with #AF9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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