Html Css Color HEX #AF8DD8 Biloba Flower

📋 copy color: '#AF8DD8'

red 175 ◦ green 141 ◦ blue 216

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

Shades of Biloba Flower #AF8DD8

Tints of Biloba Flower #AF8DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.6%

R = 32.89%
G = 26.5%
B = 40.6%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF8DD8 (or 0xAF8DD8) is known color: Biloba Flower. HEX triplet: AF, 8D and D8. RGB value is (175,141,216). Sum of RGB (Red+Green+Blue) = 175+141+216=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF8DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DD8 is #507227. Grayscale: #9F9F9F. Windows color (decimal): -5272104 or 14192047. OLE color: 14192047.

HSL color Cylindrical-coordinate representation of color #AF8DD8: hue angle of 267.2º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8DD8 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 141 216 -
CMYK 0.19 0.35 0 0.15
HSL 267.2º 0.49% 0.7% -
HSV(B) 267.2º 0.35% 0.85% -
XYZ 39.6 33.12 69.27 -
YUV 159.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 175 141 216 0.19 0.35 0 0.15 267.2 0.49 0.7
Hex AF 8D D8 13 23 0 F 10B 31 46
Octal 257 215 330 23 43 0 17 413 61 106
Binary 10101111 10001101 11011000 10011 100011 0 1111 100001011 110001 1000110

Color Harmonies of #AF8DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DD8

Black with #AF8DD8

Text Example


Text Example

White with #AF8DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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