Html Css Color HEX #AF89F5 Biloba Flower

📋 copy color: '#AF89F5'

red 175 ◦ green 137 ◦ blue 245

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

Shades of Biloba Flower #AF89F5

Tints of Biloba Flower #AF89F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.99%

R = 31.42%
G = 24.6%
B = 43.99%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF89F5 (or 0xAF89F5) is known color: Biloba Flower. HEX triplet: AF, 89 and F5. RGB value is (175,137,245). Sum of RGB (Red+Green+Blue) = 175+137+245=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF89F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF89F5 is #50760A. Grayscale: #A0A0A0. Windows color (decimal): -5273099 or 16091567. OLE color: 16091567.

HSL color Cylindrical-coordinate representation of color #AF89F5: hue angle of 261.11º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF89F5 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 137 245 -
CMYK 0.29 0.44 0 0.04
HSL 261.11º 0.84% 0.75% -
HSV(B) 261.11º 0.44% 0.96% -
XYZ 43.11 33.6 90.6 -
YUV 160.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 175 137 245 0.29 0.44 0 0.04 261.11 0.84 0.75
Hex AF 89 F5 1D 2C 0 4 105 54 4B
Octal 257 211 365 35 54 0 4 405 124 113
Binary 10101111 10001001 11110101 11101 101100 0 100 100000101 1010100 1001011

Color Harmonies of #AF89F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89F5

Black with #AF89F5

Text Example


Text Example

White with #AF89F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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