Html Css Color HEX #AF8ED7 Biloba Flower

📋 copy color: '#AF8ED7'

red 175 ◦ green 142 ◦ blue 215

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

Shades of Biloba Flower #AF8ED7

Tints of Biloba Flower #AF8ED7

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.69%

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

R = 32.89%
G = 26.69%
B = 40.41%

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

#AF8ED7 (or 0xAF8ED7) is known color: Biloba Flower. HEX triplet: AF, 8E and D7. RGB value is (175,142,215). Sum of RGB (Red+Green+Blue) = 175+142+215=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF8ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ED7 is #507128. Grayscale: #9F9F9F. Windows color (decimal): -5271849 or 14126767. OLE color: 14126767.

HSL color Cylindrical-coordinate representation of color #AF8ED7: hue angle of 267.12º 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 #AF8ED7 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 142 215 -
CMYK 0.19 0.34 0 0.16
HSL 267.12º 0.48% 0.7% -
HSV(B) 267.12º 0.34% 0.84% -
XYZ 39.62 33.37 68.64 -
YUV 160.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 175 142 215 0.19 0.34 0 0.16 267.12 0.48 0.7
Hex AF 8E D7 13 22 0 10 10B 30 46
Octal 257 216 327 23 42 0 20 413 60 106
Binary 10101111 10001110 11010111 10011 100010 0 10000 100001011 110000 1000110

Color Harmonies of #AF8ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8ED7

Black with #AF8ED7

Text Example


Text Example

White with #AF8ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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