Html Css Color HEX #AF9FCE Biloba Flower

📋 copy color: '#AF9FCE'

red 175 ◦ green 159 ◦ blue 206

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

Shades of Biloba Flower #AF9FCE

Tints of Biloba Flower #AF9FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.44%

 BLUE value IS 206 (80.86% from 255) = 38.15%

R = 32.41%
G = 29.44%
B = 38.15%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF9FCE (or 0xAF9FCE) is known color: Biloba Flower. HEX triplet: AF, 9F and CE. RGB value is (175,159,206). Sum of RGB (Red+Green+Blue) = 175+159+206=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FCE is #506031. Grayscale: #A8A8A8. Windows color (decimal): -5267506 or 13541295. OLE color: 13541295.

HSL color Cylindrical-coordinate representation of color #AF9FCE: hue angle of 260.43º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF9FCE is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 159 206 -
CMYK 0.15 0.23 0 0.19
HSL 260.43º 0.32% 0.72% -
HSV(B) 260.43º 0.23% 0.81% -
XYZ 41.22 38.37 63.63 -
YUV 169.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 175 159 206 0.15 0.23 0 0.19 260.43 0.32 0.72
Hex AF 9F CE F 17 0 13 104 20 48
Octal 257 237 316 17 27 0 23 404 40 110
Binary 10101111 10011111 11001110 1111 10111 0 10011 100000100 100000 1001000

Color Harmonies of #AF9FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FCE

Black with #AF9FCE

Text Example


Text Example

White with #AF9FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FCE; }

 p { color: rgb(175,159,206); }

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

background-color css

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

 a { background-color: rgb(175,159,206); }

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

border-color css

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

 span { border-color: rgb(175,159,206); }

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