Html Css Color HEX #AF86DC Biloba Flower

📋 copy color: '#AF86DC'

red 175 ◦ green 134 ◦ blue 220

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

Shades of Biloba Flower #AF86DC

Tints of Biloba Flower #AF86DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 33.08%
G = 25.33%
B = 41.59%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF86DC (or 0xAF86DC) is known color: Biloba Flower. HEX triplet: AF, 86 and DC. RGB value is (175,134,220). Sum of RGB (Red+Green+Blue) = 175+134+220=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF86DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF86DC is #507923. Grayscale: #9B9B9B. Windows color (decimal): -5273892 or 14452399. OLE color: 14452399.

HSL color Cylindrical-coordinate representation of color #AF86DC: hue angle of 268.6º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF86DC is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 134 220 -
CMYK 0.20 0.39 0 0.14
HSL 268.6º 0.55% 0.69% -
HSV(B) 268.6º 0.39% 0.86% -
XYZ 39.12 31.33 71.7 -
YUV 156.06 164.08 141.51 -
System Red Green Blue C M Y K H S L
Decimal 175 134 220 0.20 0.39 0 0.14 268.6 0.55 0.69
Hex AF 86 DC 14 27 0 E 10D 37 45
Octal 257 206 334 24 47 0 16 415 67 105
Binary 10101111 10000110 11011100 10100 100111 0 1110 100001101 110111 1000101

Color Harmonies of #AF86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF86DC

Black with #AF86DC

Text Example


Text Example

White with #AF86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF86DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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