Html Css Color HEX #AF89FA Biloba Flower

📋 copy color: '#AF89FA'

red 175 ◦ green 137 ◦ blue 250

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

Shades of Biloba Flower #AF89FA

Tints of Biloba Flower #AF89FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 31.14%
G = 24.38%
B = 44.48%

CMYK

 C value IS 0.3

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF89FA (or 0xAF89FA) is known color: Biloba Flower. HEX triplet: AF, 89 and FA. RGB value is (175,137,250). Sum of RGB (Red+Green+Blue) = 175+137+250=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF89FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF89FA is #507605. Grayscale: #A0A0A0. Windows color (decimal): -5273094 or 16419247. OLE color: 16419247.

HSL color Cylindrical-coordinate representation of color #AF89FA: hue angle of 260.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF89FA is Cyan = 0.3, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 137 250 -
CMYK 0.3 0.45 0 0.02
HSL 260.18º 0.92% 0.76% -
HSV(B) 260.18º 0.45% 0.98% -
XYZ 43.88 33.91 94.67 -
YUV 161.24 178.09 137.81 -
System Red Green Blue C M Y K H S L
Decimal 175 137 250 0.3 0.45 0 0.02 260.18 0.92 0.76
Hex AF 89 FA 1E 2D 0 2 104 5C 4C
Octal 257 211 372 36 55 0 2 404 134 114
Binary 10101111 10001001 11111010 11110 101101 0 10 100000100 1011100 1001100

Color Harmonies of #AF89FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89FA

Black with #AF89FA

Text Example


Text Example

White with #AF89FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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