Html Css Color HEX #AF9CDE Biloba Flower

📋 copy color: '#AF9CDE'

red 175 ◦ green 156 ◦ blue 222

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

Shades of Biloba Flower #AF9CDE

Tints of Biloba Flower #AF9CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 31.65%
G = 28.21%
B = 40.14%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF9CDE (or 0xAF9CDE) is known color: Biloba Flower. HEX triplet: AF, 9C and DE. RGB value is (175,156,222). Sum of RGB (Red+Green+Blue) = 175+156+222=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF9CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CDE is #506321. Grayscale: #A8A8A8. Windows color (decimal): -5268258 or 14589103. OLE color: 14589103.

HSL color Cylindrical-coordinate representation of color #AF9CDE: hue angle of 257.27º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF9CDE is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 156 222 -
CMYK 0.21 0.30 0 0.13
HSL 257.27º 0.5% 0.74% -
HSV(B) 257.27º 0.3% 0.87% -
XYZ 42.75 38.16 74.22 -
YUV 169.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 175 156 222 0.21 0.30 0 0.13 257.27 0.5 0.74
Hex AF 9C DE 15 1E 0 D 101 32 4A
Octal 257 234 336 25 36 0 15 401 62 112
Binary 10101111 10011100 11011110 10101 11110 0 1101 100000001 110010 1001010

Color Harmonies of #AF9CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CDE

Black with #AF9CDE

Text Example


Text Example

White with #AF9CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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