Html Css Color HEX #AF89EB Biloba Flower

📋 copy color: '#AF89EB'

red 175 ◦ green 137 ◦ blue 235

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

Shades of Biloba Flower #AF89EB

Tints of Biloba Flower #AF89EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 31.99%
G = 25.05%
B = 42.96%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF89EB (or 0xAF89EB) is known color: Biloba Flower. HEX triplet: AF, 89 and EB. RGB value is (175,137,235). Sum of RGB (Red+Green+Blue) = 175+137+235=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF89EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF89EB is #507614. Grayscale: #9F9F9F. Windows color (decimal): -5273109 or 15436207. OLE color: 15436207.

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

Color convert

RGB 175 137 235 -
CMYK 0.26 0.42 0 0.08
HSL 263.27º 0.71% 0.73% -
HSV(B) 263.27º 0.42% 0.92% -
XYZ 41.62 33 82.77 -
YUV 159.53 170.59 139.03 -
System Red Green Blue C M Y K H S L
Decimal 175 137 235 0.26 0.42 0 0.08 263.27 0.71 0.73
Hex AF 89 EB 1A 2A 0 8 107 47 49
Octal 257 211 353 32 52 0 10 407 107 111
Binary 10101111 10001001 11101011 11010 101010 0 1000 100000111 1000111 1001001

Color Harmonies of #AF89EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89EB

Black with #AF89EB

Text Example


Text Example

White with #AF89EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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