Html Css Color HEX #AF89E7 Biloba Flower

📋 copy color: '#AF89E7'

red 175 ◦ green 137 ◦ blue 231

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

Shades of Biloba Flower #AF89E7

Tints of Biloba Flower #AF89E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.54%

R = 32.23%
G = 25.23%
B = 42.54%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF89E7 (or 0xAF89E7) is known color: Biloba Flower. HEX triplet: AF, 89 and E7. RGB value is (175,137,231). Sum of RGB (Red+Green+Blue) = 175+137+231=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF89E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF89E7 is #507618. Grayscale: #9E9E9E. Windows color (decimal): -5273113 or 15174063. OLE color: 15174063.

HSL color Cylindrical-coordinate representation of color #AF89E7: hue angle of 264.26º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF89E7 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 137 231 -
CMYK 0.24 0.41 0 0.09
HSL 264.26º 0.66% 0.72% -
HSV(B) 264.26º 0.41% 0.91% -
XYZ 41.05 32.77 79.76 -
YUV 159.08 168.59 139.36 -
System Red Green Blue C M Y K H S L
Decimal 175 137 231 0.24 0.41 0 0.09 264.26 0.66 0.72
Hex AF 89 E7 18 29 0 9 108 42 48
Octal 257 211 347 30 51 0 11 410 102 110
Binary 10101111 10001001 11100111 11000 101001 0 1001 100001000 1000010 1001000

Color Harmonies of #AF89E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89E7

Black with #AF89E7

Text Example


Text Example

White with #AF89E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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