Html Css Color HEX #AF9CDB Biloba Flower

📋 copy color: '#AF9CDB'

red 175 ◦ green 156 ◦ blue 219

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

Shades of Biloba Flower #AF9CDB

Tints of Biloba Flower #AF9CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.36%

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

R = 31.82%
G = 28.36%
B = 39.82%

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

#AF9CDB (or 0xAF9CDB) is known color: Biloba Flower. HEX triplet: AF, 9C and DB. RGB value is (175,156,219). Sum of RGB (Red+Green+Blue) = 175+156+219=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CDB is #506324. Grayscale: #A8A8A8. Windows color (decimal): -5268261 or 14392495. OLE color: 14392495.

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

Color convert

RGB 175 156 219 -
CMYK 0.20 0.29 0 0.14
HSL 258.1º 0.47% 0.74% -
HSV(B) 258.1º 0.29% 0.86% -
XYZ 42.35 38.01 72.12 -
YUV 168.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 175 156 219 0.20 0.29 0 0.14 258.1 0.47 0.74
Hex AF 9C DB 14 1D 0 E 102 2F 4A
Octal 257 234 333 24 35 0 16 402 57 112
Binary 10101111 10011100 11011011 10100 11101 0 1110 100000010 101111 1001010

Color Harmonies of #AF9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CDB

Black with #AF9CDB

Text Example


Text Example

White with #AF9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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