Html Css Color HEX #AF86EF Biloba Flower

📋 copy color: '#AF86EF'

red 175 ◦ green 134 ◦ blue 239

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

Shades of Biloba Flower #AF86EF

Tints of Biloba Flower #AF86EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.61%

R = 31.93%
G = 24.45%
B = 43.61%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF86EF (or 0xAF86EF) is known color: Biloba Flower. HEX triplet: AF, 86 and EF. RGB value is (175,134,239). Sum of RGB (Red+Green+Blue) = 175+134+239=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF86EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF86EF is #507910. Grayscale: #9D9D9D. Windows color (decimal): -5273873 or 15697583. OLE color: 15697583.

HSL color Cylindrical-coordinate representation of color #AF86EF: hue angle of 263.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF86EF is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 134 239 -
CMYK 0.27 0.44 0 0.06
HSL 263.43º 0.77% 0.73% -
HSV(B) 263.43º 0.44% 0.94% -
XYZ 41.78 32.4 85.71 -
YUV 158.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 175 134 239 0.27 0.44 0 0.06 263.43 0.77 0.73
Hex AF 86 EF 1B 2C 0 6 107 4D 49
Octal 257 206 357 33 54 0 6 407 115 111
Binary 10101111 10000110 11101111 11011 101100 0 110 100000111 1001101 1001001

Color Harmonies of #AF86EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF86EF

Black with #AF86EF

Text Example


Text Example

White with #AF86EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF86EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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