Html Css Color HEX #AF89ED Biloba Flower

📋 copy color: '#AF89ED'

red 175 ◦ green 137 ◦ blue 237

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

Shades of Biloba Flower #AF89ED

Tints of Biloba Flower #AF89ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 31.88%
G = 24.95%
B = 43.17%

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

#AF89ED (or 0xAF89ED) is known color: Biloba Flower. HEX triplet: AF, 89 and ED. RGB value is (175,137,237). Sum of RGB (Red+Green+Blue) = 175+137+237=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF89ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF89ED is #507612. Grayscale: #9F9F9F. Windows color (decimal): -5273107 or 15567279. OLE color: 15567279.

HSL color Cylindrical-coordinate representation of color #AF89ED: hue angle of 262.8º degrees, saturation: 0.74, 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 #AF89ED is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 137 237 -
CMYK 0.26 0.42 0 0.07
HSL 262.8º 0.74% 0.73% -
HSV(B) 262.8º 0.42% 0.93% -
XYZ 41.91 33.12 84.3 -
YUV 159.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 175 137 237 0.26 0.42 0 0.07 262.8 0.74 0.73
Hex AF 89 ED 1A 2A 0 7 107 4A 49
Octal 257 211 355 32 52 0 7 407 112 111
Binary 10101111 10001001 11101101 11010 101010 0 111 100000111 1001010 1001001

Color Harmonies of #AF89ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89ED

Black with #AF89ED

Text Example


Text Example

White with #AF89ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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