Html Css Color HEX #AF9ADB Biloba Flower

📋 copy color: '#AF9ADB'

red 175 ◦ green 154 ◦ blue 219

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

Shades of Biloba Flower #AF9ADB

Tints of Biloba Flower #AF9ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.1%

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

R = 31.93%
G = 28.1%
B = 39.96%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF9ADB (or 0xAF9ADB) is known color: Biloba Flower. HEX triplet: AF, 9A and DB. RGB value is (175,154,219). Sum of RGB (Red+Green+Blue) = 175+154+219=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF9ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ADB is #506524. Grayscale: #A7A7A7. Windows color (decimal): -5268773 or 14391983. OLE color: 14391983.

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

Color convert

RGB 175 154 219 -
CMYK 0.20 0.30 0 0.14
HSL 259.38º 0.47% 0.73% -
HSV(B) 259.38º 0.3% 0.86% -
XYZ 42.02 37.34 72.01 -
YUV 167.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 175 154 219 0.20 0.30 0 0.14 259.38 0.47 0.73
Hex AF 9A DB 14 1E 0 E 103 2F 49
Octal 257 232 333 24 36 0 16 403 57 111
Binary 10101111 10011010 11011011 10100 11110 0 1110 100000011 101111 1001001

Color Harmonies of #AF9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9ADB

Black with #AF9ADB

Text Example


Text Example

White with #AF9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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