Html Css Color HEX #AF8CDC Biloba Flower

📋 copy color: '#AF8CDC'

red 175 ◦ green 140 ◦ blue 220

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

Shades of Biloba Flower #AF8CDC

Tints of Biloba Flower #AF8CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 32.71%
G = 26.17%
B = 41.12%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF8CDC (or 0xAF8CDC) is known color: Biloba Flower. HEX triplet: AF, 8C and DC. RGB value is (175,140,220). Sum of RGB (Red+Green+Blue) = 175+140+220=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF8CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CDC is #507323. Grayscale: #9F9F9F. Windows color (decimal): -5272356 or 14453935. OLE color: 14453935.

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

Color convert

RGB 175 140 220 -
CMYK 0.20 0.36 0 0.14
HSL 266.25º 0.53% 0.71% -
HSV(B) 266.25º 0.36% 0.86% -
XYZ 39.98 33.04 71.98 -
YUV 159.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 175 140 220 0.20 0.36 0 0.14 266.25 0.53 0.71
Hex AF 8C DC 14 24 0 E 10A 35 47
Octal 257 214 334 24 44 0 16 412 65 107
Binary 10101111 10001100 11011100 10100 100100 0 1110 100001010 110101 1000111

Color Harmonies of #AF8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CDC

Black with #AF8CDC

Text Example


Text Example

White with #AF8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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