Html Css Color HEX #AF86FE Biloba Flower

📋 copy color: '#AF86FE'

red 175 ◦ green 134 ◦ blue 254

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

Shades of Biloba Flower #AF86FE

Tints of Biloba Flower #AF86FE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.8%

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 31.08%
G = 23.8%
B = 45.12%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF86FE (or 0xAF86FE) is known color: Biloba Flower. HEX triplet: AF, 86 and FE. RGB value is (175,134,254). Sum of RGB (Red+Green+Blue) = 175+134+254=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF86FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF86FE is #507901. Grayscale: #9F9F9F. Windows color (decimal): -5273858 or 16680623. OLE color: 16680623.

HSL color Cylindrical-coordinate representation of color #AF86FE: hue angle of 260.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF86FE is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 134 254 -
CMYK 0.31 0.47 0 0.00
HSL 260.5º 0.98% 0.76% -
HSV(B) 260.5º 0.47% 1% -
XYZ 44.09 33.32 97.87 -
YUV 159.94 181.08 138.74 -
System Red Green Blue C M Y K H S L
Decimal 175 134 254 0.31 0.47 0 0.00 260.5 0.98 0.76
Hex AF 86 FE 1F 2F 0 0 104 62 4C
Octal 257 206 376 37 57 0 0 404 142 114
Binary 10101111 10000110 11111110 11111 101111 0 0 100000100 1100010 1001100

Color Harmonies of #AF86FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF86FE

Black with #AF86FE

Text Example


Text Example

White with #AF86FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF86FE; }

 p { color: rgb(175,134,254); }

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

background-color css

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

 a { background-color: rgb(175,134,254); }

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

border-color css

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

 span { border-color: rgb(175,134,254); }

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