Html Css Color HEX #AF8CDF Biloba Flower

📋 copy color: '#AF8CDF'

red 175 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #AF8CDF

Tints of Biloba Flower #AF8CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.02%

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

R = 32.53%
G = 26.02%
B = 41.45%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF8CDF (or 0xAF8CDF) is known color: Biloba Flower. HEX triplet: AF, 8C and DF. RGB value is (175,140,223). Sum of RGB (Red+Green+Blue) = 175+140+223=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF8CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CDF is #507320. Grayscale: #9F9F9F. Windows color (decimal): -5272353 or 14650543. OLE color: 14650543.

HSL color Cylindrical-coordinate representation of color #AF8CDF: hue angle of 265.3º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF8CDF is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 140 223 -
CMYK 0.22 0.37 0 0.13
HSL 265.3º 0.56% 0.71% -
HSV(B) 265.3º 0.37% 0.87% -
XYZ 40.38 33.2 74.09 -
YUV 159.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 175 140 223 0.22 0.37 0 0.13 265.3 0.56 0.71
Hex AF 8C DF 16 25 0 D 109 38 47
Octal 257 214 337 26 45 0 15 411 70 107
Binary 10101111 10001100 11011111 10110 100101 0 1101 100001001 111000 1000111

Color Harmonies of #AF8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CDF

Black with #AF8CDF

Text Example


Text Example

White with #AF8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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