Html Css Color HEX #AF9BDB Biloba Flower

📋 copy color: '#AF9BDB'

red 175 ◦ green 155 ◦ blue 219

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

Shades of Biloba Flower #AF9BDB

Tints of Biloba Flower #AF9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.23%

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

R = 31.88%
G = 28.23%
B = 39.89%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF9BDB (or 0xAF9BDB) is known color: Biloba Flower. HEX triplet: AF, 9B and DB. RGB value is (175,155,219). Sum of RGB (Red+Green+Blue) = 175+155+219=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF9BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BDB is #506424. Grayscale: #A8A8A8. Windows color (decimal): -5268517 or 14392239. OLE color: 14392239.

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

Color convert

RGB 175 155 219 -
CMYK 0.20 0.29 0 0.14
HSL 258.75º 0.47% 0.73% -
HSV(B) 258.75º 0.29% 0.86% -
XYZ 42.19 37.67 72.07 -
YUV 168.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 175 155 219 0.20 0.29 0 0.14 258.75 0.47 0.73
Hex AF 9B DB 14 1D 0 E 103 2F 49
Octal 257 233 333 24 35 0 16 403 57 111
Binary 10101111 10011011 11011011 10100 11101 0 1110 100000011 101111 1001001

Color Harmonies of #AF9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9BDB

Black with #AF9BDB

Text Example


Text Example

White with #AF9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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