Html Css Color HEX #AF8DD0 Biloba Flower

📋 copy color: '#AF8DD0'

red 175 ◦ green 141 ◦ blue 208

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

Shades of Biloba Flower #AF8DD0

Tints of Biloba Flower #AF8DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.69%

R = 33.4%
G = 26.91%
B = 39.69%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF8DD0 (or 0xAF8DD0) is known color: Biloba Flower. HEX triplet: AF, 8D and D0. RGB value is (175,141,208). Sum of RGB (Red+Green+Blue) = 175+141+208=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF8DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DD0 is #50722F. Grayscale: #9E9E9E. Windows color (decimal): -5272112 or 13667759. OLE color: 13667759.

HSL color Cylindrical-coordinate representation of color #AF8DD0: hue angle of 270.45º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF8DD0 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 141 208 -
CMYK 0.16 0.32 0 0.18
HSL 270.45º 0.42% 0.68% -
HSV(B) 270.45º 0.32% 0.82% -
XYZ 38.59 32.72 63.96 -
YUV 158.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 175 141 208 0.16 0.32 0 0.18 270.45 0.42 0.68
Hex AF 8D D0 10 20 0 12 10E 2A 44
Octal 257 215 320 20 40 0 22 416 52 104
Binary 10101111 10001101 11010000 10000 100000 0 10010 100001110 101010 1000100

Color Harmonies of #AF8DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DD0

Black with #AF8DD0

Text Example


Text Example

White with #AF8DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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