Html Css Color HEX #AF89D2 Biloba Flower

📋 copy color: '#AF89D2'

red 175 ◦ green 137 ◦ blue 210

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

Shades of Biloba Flower #AF89D2

Tints of Biloba Flower #AF89D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.23%

R = 33.52%
G = 26.25%
B = 40.23%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF89D2 (or 0xAF89D2) is known color: Biloba Flower. HEX triplet: AF, 89 and D2. RGB value is (175,137,210). Sum of RGB (Red+Green+Blue) = 175+137+210=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF89D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89D2 is #50762D. Grayscale: #9C9C9C. Windows color (decimal): -5273134 or 13797807. OLE color: 13797807.

HSL color Cylindrical-coordinate representation of color #AF89D2: hue angle of 271.23º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF89D2 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 137 210 -
CMYK 0.17 0.35 0 0.18
HSL 271.23º 0.45% 0.68% -
HSV(B) 271.23º 0.35% 0.82% -
XYZ 38.26 31.66 65.07 -
YUV 156.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 175 137 210 0.17 0.35 0 0.18 271.23 0.45 0.68
Hex AF 89 D2 11 23 0 12 10F 2D 44
Octal 257 211 322 21 43 0 22 417 55 104
Binary 10101111 10001001 11010010 10001 100011 0 10010 100001111 101101 1000100

Color Harmonies of #AF89D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89D2

Black with #AF89D2

Text Example


Text Example

White with #AF89D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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