Html Css Color HEX #AF8EF6 Biloba Flower

📋 copy color: '#AF8EF6'

red 175 ◦ green 142 ◦ blue 246

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

Shades of Biloba Flower #AF8EF6

Tints of Biloba Flower #AF8EF6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.22%

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

R = 31.08%
G = 25.22%
B = 43.69%

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

#AF8EF6 (or 0xAF8EF6) is known color: Biloba Flower. HEX triplet: AF, 8E and F6. RGB value is (175,142,246). Sum of RGB (Red+Green+Blue) = 175+142+246=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF8EF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EF6 is #507109. Grayscale: #A3A3A3. Windows color (decimal): -5271818 or 16158383. OLE color: 16158383.

HSL color Cylindrical-coordinate representation of color #AF8EF6: hue angle of 259.04º degrees, saturation: 0.85, 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 #AF8EF6 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 142 246 -
CMYK 0.29 0.42 0 0.04
HSL 259.04º 0.85% 0.76% -
HSV(B) 259.04º 0.42% 0.96% -
XYZ 43.99 35.11 91.65 -
YUV 163.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 175 142 246 0.29 0.42 0 0.04 259.04 0.85 0.76
Hex AF 8E F6 1D 2A 0 4 103 55 4C
Octal 257 216 366 35 52 0 4 403 125 114
Binary 10101111 10001110 11110110 11101 101010 0 100 100000011 1010101 1001100

Color Harmonies of #AF8EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EF6

Black with #AF8EF6

Text Example


Text Example

White with #AF8EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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