Html Css Color HEX #AF8DF9 Biloba Flower

📋 copy color: '#AF8DF9'

red 175 ◦ green 141 ◦ blue 249

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

Shades of Biloba Flower #AF8DF9

Tints of Biloba Flower #AF8DF9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.96%

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 30.97%
G = 24.96%
B = 44.07%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF8DF9 (or 0xAF8DF9) is known color: Biloba Flower. HEX triplet: AF, 8D and F9. RGB value is (175,141,249). Sum of RGB (Red+Green+Blue) = 175+141+249=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF8DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8DF9 is #507206. Grayscale: #A3A3A3. Windows color (decimal): -5272071 or 16354735. OLE color: 16354735.

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

Color convert

RGB 175 141 249 -
CMYK 0.30 0.43 0 0.02
HSL 258.89º 0.9% 0.76% -
HSV(B) 258.89º 0.43% 0.98% -
XYZ 44.3 35 94.04 -
YUV 163.48 176.26 136.22 -
System Red Green Blue C M Y K H S L
Decimal 175 141 249 0.30 0.43 0 0.02 258.89 0.9 0.76
Hex AF 8D F9 1E 2B 0 2 103 5A 4C
Octal 257 215 371 36 53 0 2 403 132 114
Binary 10101111 10001101 11111001 11110 101011 0 10 100000011 1011010 1001100

Color Harmonies of #AF8DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DF9

Black with #AF8DF9

Text Example


Text Example

White with #AF8DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DF9; }

 p { color: rgb(175,141,249); }

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

background-color css

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

 a { background-color: rgb(175,141,249); }

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

border-color css

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

 span { border-color: rgb(175,141,249); }

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