Html Css Color HEX #AF9CDF Biloba Flower

📋 copy color: '#AF9CDF'

red 175 ◦ green 156 ◦ blue 223

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

Shades of Biloba Flower #AF9CDF

Tints of Biloba Flower #AF9CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 31.59%
G = 28.16%
B = 40.25%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF9CDF (or 0xAF9CDF) is known color: Biloba Flower. HEX triplet: AF, 9C and DF. RGB value is (175,156,223). Sum of RGB (Red+Green+Blue) = 175+156+223=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF9CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CDF is #506320. Grayscale: #A9A9A9. Windows color (decimal): -5268257 or 14654639. OLE color: 14654639.

HSL color Cylindrical-coordinate representation of color #AF9CDF: hue angle of 257.01º degrees, saturation: 0.51, 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 #AF9CDF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 156 223 -
CMYK 0.22 0.30 0 0.13
HSL 257.01º 0.51% 0.74% -
HSV(B) 257.01º 0.3% 0.87% -
XYZ 42.89 38.22 74.93 -
YUV 169.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 175 156 223 0.22 0.30 0 0.13 257.01 0.51 0.74
Hex AF 9C DF 16 1E 0 D 101 33 4A
Octal 257 234 337 26 36 0 15 401 63 112
Binary 10101111 10011100 11011111 10110 11110 0 1101 100000001 110011 1001010

Color Harmonies of #AF9CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CDF

Black with #AF9CDF

Text Example


Text Example

White with #AF9CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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