Html Css Color HEX #AF8EE2 Biloba Flower

📋 copy color: '#AF8EE2'

red 175 ◦ green 142 ◦ blue 226

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

Shades of Biloba Flower #AF8EE2

Tints of Biloba Flower #AF8EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.62%

R = 32.23%
G = 26.15%
B = 41.62%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF8EE2 (or 0xAF8EE2) is known color: Biloba Flower. HEX triplet: AF, 8E and E2. RGB value is (175,142,226). Sum of RGB (Red+Green+Blue) = 175+142+226=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF8EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EE2 is #50711D. Grayscale: #A1A1A1. Windows color (decimal): -5271838 or 14847663. OLE color: 14847663.

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

Color convert

RGB 175 142 226 -
CMYK 0.23 0.37 0 0.11
HSL 263.57º 0.59% 0.72% -
HSV(B) 263.57º 0.37% 0.89% -
XYZ 41.08 33.95 76.34 -
YUV 161.44 164.43 137.67 -
System Red Green Blue C M Y K H S L
Decimal 175 142 226 0.23 0.37 0 0.11 263.57 0.59 0.72
Hex AF 8E E2 17 25 0 B 108 3B 48
Octal 257 216 342 27 45 0 13 410 73 110
Binary 10101111 10001110 11100010 10111 100101 0 1011 100001000 111011 1001000

Color Harmonies of #AF8EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EE2

Black with #AF8EE2

Text Example


Text Example

White with #AF8EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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