Html Css Color HEX #AF8EE4 Biloba Flower

📋 copy color: '#AF8EE4'

red 175 ◦ green 142 ◦ blue 228

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

Shades of Biloba Flower #AF8EE4

Tints of Biloba Flower #AF8EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.83%

R = 32.11%
G = 26.06%
B = 41.83%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF8EE4 (or 0xAF8EE4) is known color: Biloba Flower. HEX triplet: AF, 8E and E4. RGB value is (175,142,228). Sum of RGB (Red+Green+Blue) = 175+142+228=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF8EE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EE4 is #50711B. Grayscale: #A1A1A1. Windows color (decimal): -5271836 or 14978735. OLE color: 14978735.

HSL color Cylindrical-coordinate representation of color #AF8EE4: hue angle of 263.02º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF8EE4 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 142 228 -
CMYK 0.23 0.38 0 0.11
HSL 263.02º 0.61% 0.73% -
HSV(B) 263.02º 0.38% 0.89% -
XYZ 41.36 34.06 77.79 -
YUV 161.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 175 142 228 0.23 0.38 0 0.11 263.02 0.61 0.73
Hex AF 8E E4 17 26 0 B 107 3D 49
Octal 257 216 344 27 46 0 13 407 75 111
Binary 10101111 10001110 11100100 10111 100110 0 1011 100000111 111101 1001001

Color Harmonies of #AF8EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EE4

Black with #AF8EE4

Text Example


Text Example

White with #AF8EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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