Html Css Color HEX #AF8DF1 Biloba Flower

📋 copy color: '#AF8DF1'

red 175 ◦ green 141 ◦ blue 241

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

Shades of Biloba Flower #AF8DF1

Tints of Biloba Flower #AF8DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.27%

R = 31.42%
G = 25.31%
B = 43.27%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF8DF1 (or 0xAF8DF1) is known color: Biloba Flower. HEX triplet: AF, 8D and F1. RGB value is (175,141,241). Sum of RGB (Red+Green+Blue) = 175+141+241=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF8DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8DF1 is #50720E. Grayscale: #A2A2A2. Windows color (decimal): -5272079 or 15830447. OLE color: 15830447.

HSL color Cylindrical-coordinate representation of color #AF8DF1: hue angle of 260.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8DF1 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 141 241 -
CMYK 0.27 0.41 0 0.05
HSL 260.4º 0.78% 0.75% -
HSV(B) 260.4º 0.41% 0.95% -
XYZ 43.08 34.51 87.61 -
YUV 162.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 175 141 241 0.27 0.41 0 0.05 260.4 0.78 0.75
Hex AF 8D F1 1B 29 0 5 104 4E 4B
Octal 257 215 361 33 51 0 5 404 116 113
Binary 10101111 10001101 11110001 11011 101001 0 101 100000100 1001110 1001011

Color Harmonies of #AF8DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DF1

Black with #AF8DF1

Text Example


Text Example

White with #AF8DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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