Html Css Color HEX #AF8DD7 Biloba Flower

📋 copy color: '#AF8DD7'

red 175 ◦ green 141 ◦ blue 215

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

Shades of Biloba Flower #AF8DD7

Tints of Biloba Flower #AF8DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.49%

R = 32.96%
G = 26.55%
B = 40.49%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF8DD7 (or 0xAF8DD7) is known color: Biloba Flower. HEX triplet: AF, 8D and D7. RGB value is (175,141,215). Sum of RGB (Red+Green+Blue) = 175+141+215=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF8DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DD7 is #507228. Grayscale: #9F9F9F. Windows color (decimal): -5272105 or 14126511. OLE color: 14126511.

HSL color Cylindrical-coordinate representation of color #AF8DD7: hue angle of 267.57º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF8DD7 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 141 215 -
CMYK 0.19 0.34 0 0.16
HSL 267.57º 0.48% 0.7% -
HSV(B) 267.57º 0.34% 0.84% -
XYZ 39.47 33.07 68.59 -
YUV 159.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 175 141 215 0.19 0.34 0 0.16 267.57 0.48 0.7
Hex AF 8D D7 13 22 0 10 10C 30 46
Octal 257 215 327 23 42 0 20 414 60 106
Binary 10101111 10001101 11010111 10011 100010 0 10000 100001100 110000 1000110

Color Harmonies of #AF8DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DD7

Black with #AF8DD7

Text Example


Text Example

White with #AF8DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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