Html Css Color HEX #AF8EE5 Biloba Flower

📋 copy color: '#AF8EE5'

red 175 ◦ green 142 ◦ blue 229

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

Shades of Biloba Flower #AF8EE5

Tints of Biloba Flower #AF8EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.94%

R = 32.05%
G = 26.01%
B = 41.94%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF8EE5 (or 0xAF8EE5) is known color: Biloba Flower. HEX triplet: AF, 8E and E5. RGB value is (175,142,229). Sum of RGB (Red+Green+Blue) = 175+142+229=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF8EE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EE5 is #50711A. Grayscale: #A1A1A1. Windows color (decimal): -5271835 or 15044271. OLE color: 15044271.

HSL color Cylindrical-coordinate representation of color #AF8EE5: hue angle of 262.76º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF8EE5 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 142 229 -
CMYK 0.24 0.38 0 0.10
HSL 262.76º 0.63% 0.73% -
HSV(B) 262.76º 0.38% 0.9% -
XYZ 41.5 34.12 78.53 -
YUV 161.79 165.93 137.43 -
System Red Green Blue C M Y K H S L
Decimal 175 142 229 0.24 0.38 0 0.10 262.76 0.63 0.73
Hex AF 8E E5 18 26 0 A 107 3F 49
Octal 257 216 345 30 46 0 12 407 77 111
Binary 10101111 10001110 11100101 11000 100110 0 1010 100000111 111111 1001001

Color Harmonies of #AF8EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EE5

Black with #AF8EE5

Text Example


Text Example

White with #AF8EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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