Html Css Color HEX #AF8DDC Biloba Flower

📋 copy color: '#AF8DDC'

red 175 ◦ green 141 ◦ blue 220

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

Shades of Biloba Flower #AF8DDC

Tints of Biloba Flower #AF8DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.31%

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

R = 32.65%
G = 26.31%
B = 41.04%

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

#AF8DDC (or 0xAF8DDC) is known color: Biloba Flower. HEX triplet: AF, 8D and DC. RGB value is (175,141,220). Sum of RGB (Red+Green+Blue) = 175+141+220=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF8DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DDC is #507223. Grayscale: #9F9F9F. Windows color (decimal): -5272100 or 14454191. OLE color: 14454191.

HSL color Cylindrical-coordinate representation of color #AF8DDC: hue angle of 265.82º 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 #AF8DDC is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 141 220 -
CMYK 0.20 0.36 0 0.14
HSL 265.82º 0.53% 0.71% -
HSV(B) 265.82º 0.36% 0.86% -
XYZ 40.12 33.33 72.03 -
YUV 160.17 161.76 138.58 -
System Red Green Blue C M Y K H S L
Decimal 175 141 220 0.20 0.36 0 0.14 265.82 0.53 0.71
Hex AF 8D DC 14 24 0 E 10A 35 47
Octal 257 215 334 24 44 0 16 412 65 107
Binary 10101111 10001101 11011100 10100 100100 0 1110 100001010 110101 1000111

Color Harmonies of #AF8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DDC

Black with #AF8DDC

Text Example


Text Example

White with #AF8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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