Html Css Color HEX #AF89EC Biloba Flower

📋 copy color: '#AF89EC'

red 175 ◦ green 137 ◦ blue 236

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

Shades of Biloba Flower #AF89EC

Tints of Biloba Flower #AF89EC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25%

 BLUE value IS 236 (92.58% from 255) = 43.07%

R = 31.93%
G = 25%
B = 43.07%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF89EC (or 0xAF89EC) is known color: Biloba Flower. HEX triplet: AF, 89 and EC. RGB value is (175,137,236). Sum of RGB (Red+Green+Blue) = 175+137+236=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF89EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF89EC is #507613. Grayscale: #9F9F9F. Windows color (decimal): -5273108 or 15501743. OLE color: 15501743.

HSL color Cylindrical-coordinate representation of color #AF89EC: hue angle of 263.03º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF89EC is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 137 236 -
CMYK 0.26 0.42 0 0.07
HSL 263.03º 0.72% 0.73% -
HSV(B) 263.03º 0.42% 0.93% -
XYZ 41.77 33.06 83.54 -
YUV 159.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 175 137 236 0.26 0.42 0 0.07 263.03 0.72 0.73
Hex AF 89 EC 1A 2A 0 7 107 48 49
Octal 257 211 354 32 52 0 7 407 110 111
Binary 10101111 10001001 11101100 11010 101010 0 111 100000111 1001000 1001001

Color Harmonies of #AF89EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89EC

Black with #AF89EC

Text Example


Text Example

White with #AF89EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89EC; }

 p { color: rgb(175,137,236); }

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

background-color css

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

 a { background-color: rgb(175,137,236); }

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

border-color css

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

 span { border-color: rgb(175,137,236); }

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