Html Css Color HEX #AF89DA Biloba Flower

📋 copy color: '#AF89DA'

red 175 ◦ green 137 ◦ blue 218

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

Shades of Biloba Flower #AF89DA

Tints of Biloba Flower #AF89DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 33.02%
G = 25.85%
B = 41.13%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF89DA (or 0xAF89DA) is known color: Biloba Flower. HEX triplet: AF, 89 and DA. RGB value is (175,137,218). Sum of RGB (Red+Green+Blue) = 175+137+218=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF89DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89DA is #507625. Grayscale: #9D9D9D. Windows color (decimal): -5273126 or 14322095. OLE color: 14322095.

HSL color Cylindrical-coordinate representation of color #AF89DA: hue angle of 268.15º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF89DA is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 137 218 -
CMYK 0.20 0.37 0 0.15
HSL 268.15º 0.52% 0.7% -
HSV(B) 268.15º 0.37% 0.85% -
XYZ 39.28 32.07 70.45 -
YUV 157.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 175 137 218 0.20 0.37 0 0.15 268.15 0.52 0.7
Hex AF 89 DA 14 25 0 F 10C 34 46
Octal 257 211 332 24 45 0 17 414 64 106
Binary 10101111 10001001 11011010 10100 100101 0 1111 100001100 110100 1000110

Color Harmonies of #AF89DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89DA

Black with #AF89DA

Text Example


Text Example

White with #AF89DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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