Html Css Color HEX #AF8DF6 Biloba Flower

📋 copy color: '#AF8DF6'

red 175 ◦ green 141 ◦ blue 246

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

Shades of Biloba Flower #AF8DF6

Tints of Biloba Flower #AF8DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.77%

R = 31.14%
G = 25.09%
B = 43.77%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF8DF6 (or 0xAF8DF6) is known color: Biloba Flower. HEX triplet: AF, 8D and F6. RGB value is (175,141,246). Sum of RGB (Red+Green+Blue) = 175+141+246=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF8DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8DF6 is #507209. Grayscale: #A2A2A2. Windows color (decimal): -5272074 or 16158127. OLE color: 16158127.

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

Color convert

RGB 175 141 246 -
CMYK 0.29 0.43 0 0.04
HSL 259.43º 0.85% 0.76% -
HSV(B) 259.43º 0.43% 0.96% -
XYZ 43.84 34.82 91.6 -
YUV 163.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 175 141 246 0.29 0.43 0 0.04 259.43 0.85 0.76
Hex AF 8D F6 1D 2B 0 4 103 55 4C
Octal 257 215 366 35 53 0 4 403 125 114
Binary 10101111 10001101 11110110 11101 101011 0 100 100000011 1010101 1001100

Color Harmonies of #AF8DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8DF6

Black with #AF8DF6

Text Example


Text Example

White with #AF8DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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