Html Css Color HEX #AF8DF5 Biloba Flower

📋 copy color: '#AF8DF5'

red 175 ◦ green 141 ◦ blue 245

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

Shades of Biloba Flower #AF8DF5

Tints of Biloba Flower #AF8DF5

RGB

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

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

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

R = 31.19%
G = 25.13%
B = 43.67%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF8DF5 (or 0xAF8DF5) is known color: Biloba Flower. HEX triplet: AF, 8D and F5. RGB value is (175,141,245). Sum of RGB (Red+Green+Blue) = 175+141+245=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF8DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8DF5 is #50720A. Grayscale: #A2A2A2. Windows color (decimal): -5272075 or 16092591. OLE color: 16092591.

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

Color convert

RGB 175 141 245 -
CMYK 0.29 0.42 0 0.04
HSL 259.62º 0.84% 0.76% -
HSV(B) 259.62º 0.42% 0.96% -
XYZ 43.69 34.76 90.79 -
YUV 163.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 175 141 245 0.29 0.42 0 0.04 259.62 0.84 0.76
Hex AF 8D F5 1D 2A 0 4 104 54 4C
Octal 257 215 365 35 52 0 4 404 124 114
Binary 10101111 10001101 11110101 11101 101010 0 100 100000100 1010100 1001100

Color Harmonies of #AF8DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DF5

Black with #AF8DF5

Text Example


Text Example

White with #AF8DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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