Html Css Color HEX #AF8EDD Biloba Flower

📋 copy color: '#AF8EDD'

red 175 ◦ green 142 ◦ blue 221

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

Shades of Biloba Flower #AF8EDD

Tints of Biloba Flower #AF8EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 32.53%
G = 26.39%
B = 41.08%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF8EDD (or 0xAF8EDD) is known color: Biloba Flower. HEX triplet: AF, 8E and DD. RGB value is (175,142,221). Sum of RGB (Red+Green+Blue) = 175+142+221=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF8EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EDD is #507122. Grayscale: #A0A0A0. Windows color (decimal): -5271843 or 14519983. OLE color: 14519983.

HSL color Cylindrical-coordinate representation of color #AF8EDD: hue angle of 265.06º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF8EDD is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 142 221 -
CMYK 0.21 0.36 0 0.13
HSL 265.06º 0.54% 0.71% -
HSV(B) 265.06º 0.36% 0.87% -
XYZ 40.4 33.68 72.78 -
YUV 160.87 161.93 138.08 -
System Red Green Blue C M Y K H S L
Decimal 175 142 221 0.21 0.36 0 0.13 265.06 0.54 0.71
Hex AF 8E DD 15 24 0 D 109 36 47
Octal 257 216 335 25 44 0 15 411 66 107
Binary 10101111 10001110 11011101 10101 100100 0 1101 100001001 110110 1000111

Color Harmonies of #AF8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EDD

Black with #AF8EDD

Text Example


Text Example

White with #AF8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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